mirror of
https://github.com/kepler155c/opus
synced 2025-12-18 22:28:06 +00:00
package management
This commit is contained in:
@@ -430,7 +430,7 @@ end
|
||||
function Util.download(url, filename)
|
||||
local contents, msg = Util.httpGet(url)
|
||||
if not contents then
|
||||
error(string.format('Failed to download %s\n%s', url, msg))
|
||||
error(string.format('Failed to download %s\n%s', url, msg), 2)
|
||||
end
|
||||
|
||||
if filename then
|
||||
|
||||
Reference in New Issue
Block a user