CON device file

This commit is contained in:
minjaesong
2022-08-17 15:43:20 +09:00
parent 258cf1bd0a
commit 883736192c
4 changed files with 91 additions and 7 deletions

View File

@@ -590,7 +590,7 @@ shell.execute = function(line) {
sendLcdMsg(_G.shellProgramTitles[_G.shellProgramTitles.length - 1]);
//serial.println(_G.shellProgramTitles);
errorlevel = execApp(programCode, tokens, `tvdosExec$${cmd}$` + searchPath.replaceAll(/[^A-Za-z0-9_]/g, "$")); // return value of undefined will cast into 0
errorlevel = execApp(programCode, tokens, `tvdosExec$${cmd}$${searchPath}`.replaceAll(/[^A-Za-z0-9_]/g, "$")); // return value of undefined will cast into 0
}
catch (e) {
gotError = true;