mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 12:11:51 +09:00
one idea down, one last idea to go
This commit is contained in:
@@ -5,7 +5,7 @@ let shell_pwd = [""]
|
||||
let goInteractive = false
|
||||
let goFancy = false
|
||||
|
||||
let DEBUG_PRINT = true
|
||||
let DEBUG_PRINT = false
|
||||
|
||||
let errorlevel = 0
|
||||
|
||||
@@ -723,7 +723,7 @@ shell.execute = function(line) {
|
||||
if (!gotError && (errorlevel == undefined || (typeof errorlevel.trim == "function" && errorlevel.trim().length == 0) || isNaN(errorlevel)))
|
||||
errorlevel = 0
|
||||
|
||||
serial.printerr(`errorlevel: ${errorlevel}`)
|
||||
debugprintln(`errorlevel: ${errorlevel}`)
|
||||
|
||||
_G.shellProgramTitles.pop()
|
||||
sendLcdMsg(_G.shellProgramTitles[_G.shellProgramTitles.length - 1])
|
||||
|
||||
Reference in New Issue
Block a user