Skip to content

Commit 6ae59fc

Browse files
save file
1 parent e987c46 commit 6ae59fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@
452452
fitAddon.fit();
453453
term.write('booting container ...\r\n')
454454
webcontainer = await WebContainer.boot();
455+
456+
mod.stack.complete;
457+
455458
await webcontainer.mount(files);
456459
term.write('spawn jsh ...\r\n')
457460
shell = await webcontainer.spawn('jsh');
@@ -465,7 +468,6 @@
465468
term.focus();
466469

467470
console.log(await webcontainer.fs.readdir('/'));
468-
mod.stack.complete;
469471

470472
})();
471473

0 commit comments

Comments
 (0)