mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
.
This commit is contained in:
parent
328ebbf4ce
commit
e8a142079c
@ -233,7 +233,7 @@ module.exports = function (RED) {
|
||||
const result = vm2Instance.run(functionText);
|
||||
const afterVm2 = process.hrtime(beforeVm2);
|
||||
payloadValidator.verify(result);
|
||||
sendResults(this, msg._msgid, msg);
|
||||
sendResults(this, msg._msgid, result);
|
||||
const logger = clone(msg.logger);
|
||||
let lambdaRequestId;
|
||||
let {
|
||||
|
Loading…
x
Reference in New Issue
Block a user