Skip to content

Commit

Permalink
fix: upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Aug 7, 2020
1 parent 8887f0e commit 231d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.js
Expand Up @@ -56,7 +56,7 @@ Upgrade.getAll = function (callback) {
winston.error('Found duplicate upgrade scripts\n' + dupes);
return next(new Error('[[error:duplicate-upgrade-scripts]]'));
}
setImmediate(next);
next(null, files);
},
], callback);
};
Expand Down

0 comments on commit 231d34d

Please sign in to comment.