mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Merge pull request #4124 from BenoitZugmeyer/fix/scoped-actions
fix: trigger scoped actions
This commit is contained in:
commit
3c1678c820
@ -763,7 +763,7 @@ module.exports = function(God) {
|
||||
/*
|
||||
* Send message
|
||||
*/
|
||||
if (cmd.opts == null)
|
||||
if (cmd.opts == null && !cmd.uuid)
|
||||
proc.send(cmd.msg);
|
||||
else
|
||||
proc.send(cmd);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user