Skip to content

Commit 84543bc

Browse files
save file
1 parent 529ca99 commit 84543bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,11 @@
600600

601601
var attrs = {component:'page','v1.0':true};
602602
var opts = {auto:false};
603-
var wcfs = await mod.component('snippet-nodejs',attrs,opts);
603+
var snippet = await mod.component('snippet-nodejs',attrs,opts);
604604
console.log('ace',ace);
605605

606-
wcfs.initmod({ext,$,menu,log,debug,vm,ace});
607-
await wcfs.init();
606+
snippet.initmod({ext,$,menu,log,debug,vm,ace,webcontainer});
607+
await snippet.init();
608608

609609

610610
}//webcontainer-nodejs

0 commit comments

Comments
 (0)