We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921114e commit 816c722Copy full SHA for 816c722
lua/kubectl/health.lua
@@ -26,6 +26,7 @@ function health.report_download()
26
local ok, system = pcall(require, "blink.download.system")
27
if not ok then
28
H.error("Blink.download not available")
29
+ return
30
end
31
32
local system_triple = system.get_triple_sync()
0 commit comments