1 parent a717c71 commit 02813bdCopy full SHA for 02813bd
1 file changed
utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html
@@ -94,6 +94,7 @@
94
95
console.log('ls',ls);
96
if(typeof ls!='function')debugger;
97
+
98
ls = ls();
99
100
@@ -1319,10 +1320,11 @@
1319
1320
1321
1322
1323
+ mod.stack.add;
1324
1325
(async()=>{
1326
- mod.stack.add;
-
1327
1328
[{Terminal},{FitAddon},{WebContainer}] = await Promise.all([
1329
import('https://cdn.jsdelivr.net/npm/@xterm/xterm/+esm'),
1330
import('https://cdn.jsdelivr.net/npm/@xterm/addon-fit/+esm'),
@@ -1334,6 +1336,7 @@
1334
1336
//term.write('booting container ... ');
1335
1337
//var s = spinner();
1338
webcontainer = await WebContainer.boot({workdirName});
1339
1340
mod.stack.complete;
1341
//s.stop();
1342
//term.writeln.green('ok.'); //24
0 commit comments