mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix node tests
This commit is contained in:
parent
92d10384ba
commit
896b52ed9e
@ -150,12 +150,12 @@ Node.prototype.send = function(msg) {
|
||||
var m = clone(mm);
|
||||
if (req) {
|
||||
m.req = req;
|
||||
mm.req = req;
|
||||
}
|
||||
if (res) {
|
||||
m.res = res;
|
||||
mm.res = res;
|
||||
}
|
||||
mm.req = req;
|
||||
mm.res = res;
|
||||
node.receive(m);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user