Browse Source

auto acp scripted.

master
jfinn 4 years ago
parent
commit
9f22f69a28
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      mdev/m/imp.js

+ 2
- 1
mdev/m/imp.js View File

@@ -45,8 +45,9 @@ function res_imp(){
45 45
 function impm(filename){
46 46
 	var gcs = iglob.gcs
47 47
   const src = filename
48
-  
48
+
49 49
   // import(`src`).then(res_imp).catch(rej_imp)
50
+  import(`./imp2`).then(res_imp).catch(rej_imp)
50 51
   // import(`${src}`).then(res_imp).catch(rej_imp)
51 52
 
52 53
   /*

Loading…
Cancel
Save