From ba8d9f2c623834a625404fbca93e4d20ae1b633f Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sat, 8 Apr 2017 16:46:29 -0400 Subject: [PATCH] Fixed Fuse global tasks --- fuse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse.js b/fuse.js index 108f9793..7e855d4c 100644 --- a/fuse.js +++ b/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 => {