mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Update God.js : fix
This commit is contained in:
parent
31c0daa497
commit
56713f7805
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user