mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-14 08:24:04 +09:00
command.js: displaying errorlevel when app quit with error
This commit is contained in:
@@ -126,5 +126,4 @@ var execApp = function(cmdsrc, args) {
|
||||
serial.println("TVDOS.SYS initialised, running boot script...");
|
||||
var _G = {};
|
||||
filesystem.open("A", "tvdos/bin/command.js", "R");
|
||||
let cmdsrc = filesystem.readAll("A");
|
||||
execApp(cmdsrc, ["", "/c", "\\AUTOEXEC.BAT"]);
|
||||
execApp(filesystem.readAll("A"), ["", "/c", "\\AUTOEXEC.BAT"]);
|
||||
|
||||
Reference in New Issue
Block a user