Skip to content

Commit c2a65d2

Browse files
save file
1 parent 00b7440 commit c2a65d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
async function init(){
9393
debug('init');
94-
await libs.ext();
94+
//await libs.ext();
9595

9696
vm = vm();
9797
vm.initmod({mod});
@@ -158,7 +158,7 @@
158158

159159

160160

161-
/*
161+
162162
(async()=>{
163163

164164
mod.stack.add;
@@ -180,9 +180,9 @@
180180
mod.stack.complete;
181181

182182
})();
183-
*/
184183

185184

185+
/*
186186
libs.ext = async function(){
187187
188188
var promise = ext.load.libs(
@@ -192,8 +192,8 @@
192192
[hs,vm] = await promise;
193193
194194
}//ext
195-
196-
195+
*/
196+
197197
libs.jszip = async function(){
198198

199199
if(jszip){

0 commit comments

Comments
 (0)