mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
travis test
This commit is contained in:
parent
9716e2768d
commit
f99176e8dc
@ -3,6 +3,7 @@
|
||||
- `--no-vizion` flag : starts an app completely without vizion features
|
||||
- `--no-restart` flag : starts PM2 without automatic restart feature
|
||||
- dump/resurrect will leave 'stopped' apps as stopped instead of restarting every app
|
||||
- Fix #1099 : Bug when app name starts by digit (e.g '1-myApp')
|
||||
|
||||
# 0.12.8 (Current Stabe)
|
||||
|
||||
|
||||
@ -166,9 +166,8 @@ function exec(script, stds) {
|
||||
if (!process.listeners('uncaughtException').filter(function (listener) {
|
||||
return listener !== uncaughtListener;
|
||||
}).length) {
|
||||
setTimeout(function() {
|
||||
process.exit(cst.CODE_UNCAUGHTEXCEPTION);
|
||||
}, 100);
|
||||
process.emit('disconnect');
|
||||
process.exit(cst.CODE_UNCAUGHTEXCEPTION);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user