fix: call next

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 476f6717c4
commit 80f1bcad20

@ -31,13 +31,13 @@ function setup(initConfig) {
}
prestart.loadConfig(configFile);
next();
},
function (next) {
if (!nconf.get('no-build')) {
build.buildAll(next);
} else {
setImmediate(next);
}
}
},
], function (err, data) {
// Disregard build step data
data = data[0];

Loading…
Cancel
Save