mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fix reverseActions
This commit is contained in:
parent
6da65595f1
commit
59fd335a03
@ -188,8 +188,9 @@ var ReverseInteract = module.exports = {
|
||||
return cb(new Error('method %s not allowed'));
|
||||
}
|
||||
|
||||
pm2.remote(method_name, parameters, cb);
|
||||
|
||||
pm2.connect(function() {
|
||||
pm2.remote(method_name, parameters, cb);
|
||||
});
|
||||
return false;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user