Update God.js : fix

This commit is contained in:
Joni Shkurti 2015-03-17 01:45:11 +01:00
parent 31c0daa497
commit 56713f7805

View File

@ -208,7 +208,7 @@ God.executeApp = function executeApp(env, cb) {
}
catch (e) {
console.error(e.stack || e);
God.handleExit(clu, signal || code);
God.handleExit(clu, cst.ERROR_EXIT);
}
});
@ -249,7 +249,7 @@ God.executeApp = function executeApp(env, cb) {
}
catch (e) {
console.error(e.stack || e);
God.handleExit(clu, signal || code);
God.handleExit(clu, cst.ERROR_EXIT);
}
});