Jelajahi Sumber

Fixed Fuse global tasks

NGPixel 8 tahun lalu
induk
melakukan
ba8d9f2c62
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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([
 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.'))
       console.info(colors.white('  └── ') + colors.magenta('ACE modes directory already exists. Task aborted.'))
       return true
       return true
     }).catch(err => {
     }).catch(err => {