mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fix
This commit is contained in:
parent
86aae94046
commit
d86dcfb8cd
@ -26,8 +26,7 @@ Filter.status = function(processes, conf) {
|
||||
var filter_procs = [];
|
||||
|
||||
processes.forEach(function(proc) {
|
||||
if (proc.pm_id.toString().indexOf('_old_') == -1
|
||||
&& proc.pm2_env.pm_id.toString().indexOf('_old_') == -1)
|
||||
if (proc.pm2_env.pm_id.toString().indexOf('_old_') == -1)
|
||||
filter_procs.push({
|
||||
pid : proc.pid,
|
||||
name : proc.pm2_env.name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user