We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
noCache
1 parent 9873c91 commit 890a494Copy full SHA for 890a494
1 file changed
lib/client.lua
@@ -135,7 +135,7 @@ function fetchWinNightly()
135
end
136
137
-- available.lua
138
-function fetchAvailable()
+function fetchAvailable(noCache)
139
local result = {}
140
if RUNTIME.archType ~= "amd64" and RUNTIME.osType ~= "darwin" then
141
error("Crystal does not provide " .. RUNTIME.osType .. "-" .. RUNTIME.archType .. " release")
0 commit comments