1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-16 23:37:11 +00:00

debugger support

This commit is contained in:
kepler155c@gmail.com
2020-05-23 21:45:05 -06:00
parent 97bfae10fb
commit 26bbb50981
6 changed files with 194 additions and 62 deletions

View File

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