mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
#2968 fix
This commit is contained in:
parent
9ee396d45b
commit
7016b866b2
@ -220,7 +220,7 @@ module.exports = function(CLI) {
|
||||
}
|
||||
|
||||
bus.on('log:*', function(type, packet) {
|
||||
if (packet.process.pm_id !== pm_id)
|
||||
if (packet.process.pm_id !== parseInt(pm_id))
|
||||
return;
|
||||
process.stdout.write(packet.data);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user