Forráskód Böngészése

Fixed Fuse global tasks

NGPixel 8 éve
szülő
commit
ba8d9f2c62
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      fuse.js

+ 1 - 1
fuse.js

@@ -70,7 +70,7 @@ console.info(colors.white('└── ') + colors.green('Running global tasks...'
 
 let globalTasks = Promise.mapSeries([
   () => {
-    fs.accessAsync('./assets/js/ace').then(() => {
+    return fs.accessAsync('./assets/js/ace').then(() => {
       console.info(colors.white('  └── ') + colors.magenta('ACE modes directory already exists. Task aborted.'))
       return true
     }).catch(err => {