Commit ba8d9f2c authored by NGPixel's avatar NGPixel

Fixed Fuse global tasks

parent 44318eea
...@@ -70,7 +70,7 @@ console.info(colors.white('└── ') + colors.green('Running global tasks...' ...@@ -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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment