1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 22:28:06 +00:00

package management

This commit is contained in:
kepler155c@gmail.com
2018-11-03 18:13:41 -04:00
parent 88f126bf2f
commit c478781cba
10 changed files with 110 additions and 43 deletions

View File

@@ -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