Skip to content

Commit

Permalink
Fix callback not being called
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkeZB committed Feb 20, 2014
1 parent 08b993c commit 14826dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/build.js
Expand Up @@ -5,7 +5,7 @@ var utils = require('utilities')
var init = function (app, callback) {

if (app.config.disableBuild) {
return;
return callback();
}

setupModels(app);
Expand Down

0 comments on commit 14826dd

Please sign in to comment.