mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
more zfm stuffs
This commit is contained in:
@@ -635,7 +635,7 @@ shell.execute = function(line) {
|
||||
|
||||
|
||||
if (retValue) {
|
||||
debugprintln(`[shell.execute] previous statement "${tokens.join(' ')}" had non-zero errorlevel: ${retValue}, raising error...`)
|
||||
debugprintln(`[shell.execute] previous statement "${statements[c - 1].join(' ')}" had non-zero errorlevel: ${retValue}, raising error...`)
|
||||
return retValue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user