mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-11 13:41:50 +09:00
STOP detection injection for do-loop
This commit is contained in:
@@ -3012,7 +3012,7 @@ if (exec_args !== undefined && exec_args[1] !== undefined) {
|
||||
}
|
||||
catch (e) {
|
||||
serial.printerr(`${e}\n${e.stack || "Stack trace undefined"}`);
|
||||
println(e);
|
||||
println(`${e}`);
|
||||
}
|
||||
}
|
||||
while (!tbasexit) {
|
||||
@@ -3035,7 +3035,7 @@ while (!tbasexit) {
|
||||
}
|
||||
catch (e) {
|
||||
serial.printerr(`${e}\n${e.stack || "Stack trace undefined"}`);
|
||||
println(e);
|
||||
println(`${e}`);
|
||||
}
|
||||
}
|
||||
println(prompt);
|
||||
|
||||
Reference in New Issue
Block a user