Skip to content

Commit

Permalink
[FIX sequelize#439] return the promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Morris committed Mar 22, 2017
1 parent 835d644 commit 59e629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/gulp-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
task.dependencies || [],
function () {
return config.then(function () {
task.task();
return task.task();
});
}, {
aliases: task.aliases || []
Expand Down

0 comments on commit 59e629e

Please sign in to comment.