1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-14 17:29:59 +00:00

better startup

This commit is contained in:
kepler155c@gmail.com 2017-09-25 17:07:18 -04:00
parent c6367c44ae
commit fcb6fbf8c1

View File

@ -17,7 +17,8 @@ local function run(file, ...)
end
if not s then
error(m or ('Error running ' .. file))
printError('Error loading ' .. file)
error(m)
end
return m
end