mirror of
https://github.com/kepler155c/opus
synced 2025-02-03 10:59:10 +00:00
better startup
This commit is contained in:
parent
c6367c44ae
commit
fcb6fbf8c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user