more zfm stuffs

This commit is contained in:
minjaesong
2023-01-12 01:47:47 +09:00
parent 99a9b7ab6b
commit bf4a337f0a
3 changed files with 234 additions and 133 deletions

View File

@@ -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
}