documentation wip

This commit is contained in:
minjaesong
2021-09-24 16:18:08 +09:00
parent f7631619d3
commit 4bc666b627
14 changed files with 838 additions and 1 deletions

View File

@@ -432,8 +432,9 @@ shell.execute = function(line) {
errorlevel = SIGTERM.name;
else if (e instanceof IllegalAccessException || `${e}`.startsWith("net.torvald.tsvm.ErrorIllegalAccess"))
errorlevel = SIGSEGV.name;
// exception catched means something went wrong, so if errorlevel is found to be zero, force set to 1.
else
if (errorlevel === 0 || errorlevel == undefined)
errorlevel = 1;
}
finally {