Skip to content

Commit 890a494

Browse files
committed
fix: missing noCache parameter
1 parent 9873c91 commit 890a494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function fetchWinNightly()
135135
end
136136

137137
-- available.lua
138-
function fetchAvailable()
138+
function fetchAvailable(noCache)
139139
local result = {}
140140
if RUNTIME.archType ~= "amd64" and RUNTIME.osType ~= "darwin" then
141141
error("Crystal does not provide " .. RUNTIME.osType .. "-" .. RUNTIME.archType .. " release")

0 commit comments

Comments
 (0)