Skip to content

Commit

Permalink
Fixed Fuse global tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Apr 8, 2017
1 parent 44318ee commit ba8d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit ba8d9f2

Please sign in to comment.