better startup

This commit is contained in:
kepler155c@gmail.com 2017-09-25 17:07:18 -04:00
parent c6367c44ae
commit fcb6fbf8c1
1 changed files with 2 additions and 1 deletions

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