Skip to content

Commit c5b7cd8

Browse files
save file
1 parent 3244e54 commit c5b7cd8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,9 @@
617617

618618
btn['snippet-nodejs'] = async function(){
619619

620-
var attrs = {component:'page','v1.0':true};
621-
var opts = {auto:false};
622-
var snippet = await mod.component('snippet-nodejs',attrs,opts);
623-
console.log('ace',ace);
620+
var attrs = {component:'page','v1.0':true};
621+
var opts = {auto:false};
622+
var snippet = await mod.component('snippet-nodejs',attrs,opts);
624623

625624
snippet.initmod({ext,$,menu,log,debug,vm,ace,webcontainer});
626625
await snippet.init();

0 commit comments

Comments
 (0)