binary support fixes

This commit is contained in:
kepler155c@gmail.com
2020-06-01 16:53:01 -06:00
parent 4796e9e77a
commit 5c4ab57ec8
7 changed files with 15 additions and 7 deletions

View File

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