mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
set vizion error message as debug message
This commit is contained in:
parent
5f7075fcbb
commit
ba41c48d2d
@ -434,7 +434,7 @@ God.finalizeProcedure = function finalizeProcedure(proc) {
|
||||
var proc = God.clusters_db[proc_id];
|
||||
|
||||
if (err)
|
||||
console.error(err.stack || err);
|
||||
debug(err.stack || err);
|
||||
|
||||
if (!proc ||
|
||||
!proc.pm2_env ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user