We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e987c46 commit 6ae59fcCopy full SHA for 6ae59fc
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -452,6 +452,9 @@
452
fitAddon.fit();
453
term.write('booting container ...\r\n')
454
webcontainer = await WebContainer.boot();
455
+
456
+ mod.stack.complete;
457
458
await webcontainer.mount(files);
459
term.write('spawn jsh ...\r\n')
460
shell = await webcontainer.spawn('jsh');
@@ -465,7 +468,6 @@
465
468
term.focus();
466
469
467
470
console.log(await webcontainer.fs.readdir('/'));
- mod.stack.complete;
471
472
})();
473
0 commit comments