1
0
mirror of https://codeberg.org/1414codeforge/yui.git synced 2025-04-07 15:21:04 +02:00

[crush] Update crush.lua.

This commit is contained in:
Lorenzo Cogotti 2022-08-15 23:54:09 +02:00
parent 6dd7691d71
commit 18fdaee15d

@ -179,7 +179,7 @@ local function fetch(dep)
end end
if not os.execute(fullcmd) then if not os.execute(fullcmd) then
error(name..": Dependency fetch failed ("..cmd..").") error(dep.name..": Dependency fetch failed ("..cmd..").")
end end
end end