Fixed Fuse global tasks

This commit is contained in:
NGPixel 2017-04-08 16:46:29 -04:00
parent 44318eea48
commit ba8d9f2c62

View File

@ -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 => {