Address stack issues in playground, unicode input in playground, fixes to error recovery

This commit is contained in:
2024-12-17 20:44:39 -08:00
parent 2f2a737f00
commit 08cc2637f5
3 changed files with 64 additions and 12 deletions

View File

@@ -205,9 +205,7 @@ export let shim: NodeShim = {
platform: "linux",
argv: ["", ""],
stdout: {
// We'll want to replace this one
write(s) {
console.log("*", s);
shim.stdout += s;
},
},