Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jul 14, 2017
1 parent 47c4b66 commit 2959a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/Extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 2959a05

Please sign in to comment.