mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Revert "full debug"
This reverts commit 34b322a53b209c02013596a0dd135e227da33a32.
This commit is contained in:
parent
34b322a53b
commit
4b3ea3ba2e
@ -337,7 +337,6 @@ God.finalizeProcedure = function finalizeProcedure(proc) {
|
||||
|
||||
vizionar({folder : current_path}, function recur_path(err, meta){
|
||||
current_path = path.dirname(current_path);
|
||||
|
||||
debug('Trying folder %s', current_path, proc.pm2_env.name, proc.pm2_env.pm_id);
|
||||
|
||||
if (err)
|
||||
@ -354,7 +353,7 @@ God.finalizeProcedure = function finalizeProcedure(proc) {
|
||||
//God.notify('online', proc);
|
||||
}
|
||||
else {
|
||||
debug('Retrying folder');
|
||||
debug('Retrying folder', meta);
|
||||
vizionar({folder : current_path}, recur_path);
|
||||
}
|
||||
});
|
||||
|
||||
@ -25,7 +25,7 @@ $pm2 kill
|
||||
|
||||
if [ $TRAVIS ]
|
||||
then
|
||||
export DEBUG="*"
|
||||
export DEBUG="pm2:*"
|
||||
fi
|
||||
|
||||
mocha ./test/programmatic/god.mocha.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user