1 parent 00b7440 commit c2a65d2Copy full SHA for c2a65d2
1 file changed
utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html
@@ -91,7 +91,7 @@
91
92
async function init(){
93
debug('init');
94
- await libs.ext();
+ //await libs.ext();
95
96
vm = vm();
97
vm.initmod({mod});
@@ -158,7 +158,7 @@
158
159
160
161
-/*
+
162
(async()=>{
163
164
mod.stack.add;
@@ -180,9 +180,9 @@
180
mod.stack.complete;
181
182
})();
183
-*/
184
185
+/*
186
libs.ext = async function(){
187
188
var promise = ext.load.libs(
@@ -192,8 +192,8 @@
192
[hs,vm] = await promise;
193
194
}//ext
195
-
196
+*/
197
libs.jszip = async function(){
198
199
if(jszip){
0 commit comments