Browse Source

Fixed Fuse global tasks

pull/73/head v1.0.0-beta.10
NGPixel 7 years ago
parent
commit
ba8d9f2c62
1 changed files with 1 additions and 1 deletions
  1. 2
      fuse.js

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

Loading…
Cancel
Save