Browse Source

auto acp scripted.

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

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

@@ -47,7 +47,7 @@ function impm(filename){
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
+  // import(`./imp2`).then(res_imp).catch(rej_imp)
51 51
   // import(`${src}`).then(res_imp).catch(rej_imp)
52 52
 
53 53
   /*

Loading…
Cancel
Save