mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
disk drive: fixed baaaaad writeout implementation -- what the fuck was i thinking?
This commit is contained in:
@@ -378,13 +378,13 @@ shell.execute = function(line) {
|
||||
if (_G.shellProgramTitles === undefined) _G.shellProgramTitles = [];
|
||||
_G.shellProgramTitles.push(cmd.toUpperCase())
|
||||
sendLcdMsg(_G.shellProgramTitles[_G.shellProgramTitles.length - 1]);
|
||||
serial.println(_G.shellProgramTitles);
|
||||
//serial.println(_G.shellProgramTitles);
|
||||
|
||||
let ret = execApp(programCode, tokens)|0; // return value of undefined will cast into 0
|
||||
|
||||
_G.shellProgramTitles.pop();
|
||||
sendLcdMsg(_G.shellProgramTitles[_G.shellProgramTitles.length - 1]);
|
||||
serial.println(_G.shellProgramTitles);
|
||||
//serial.println(_G.shellProgramTitles);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user