minor cleanup

This commit is contained in:
kepler155c@gmail.com
2020-05-25 21:48:37 -06:00
parent 1cce4aad03
commit a4f4f34576
5 changed files with 14 additions and 12 deletions

View File

@@ -42,5 +42,5 @@ end
-- non-standard - will raise error instead
os.exit = function(code)
error(code)
error(code or 0)
end