We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d94f75 commit 9c5581aCopy full SHA for 9c5581a
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -490,6 +490,7 @@
490
491
}//for
492
493
+ web
494
log.green('done.');
495
496
}//https-server
@@ -685,7 +686,7 @@
685
686
term.loadAddon(fitAddon);
687
term.open(terminal);
688
fitAddon.fit();
- term.write('booting container ...\r\n')
689
+ term.write('booting container ...\r\n')
690
webcontainer = await WebContainer.boot();
691
692
mod.stack.complete;
@@ -704,7 +705,7 @@
704
705
706
707
await webcontainer.mount(files);
- term.write('spawn jsh ...\r\n')
708
+ term.write('spawn jsh ...\r\n')
709
shell = await webcontainer.spawn('jsh');
710
var output = new WritableStream({write(data){term.write(data)}});
711
shell.output.pipeTo(output);
0 commit comments