Address stack issues in playground, unicode input in playground, fixes to error recovery
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user