mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix context not defined
This commit is contained in:
@@ -217,7 +217,6 @@ module.exports = function(RED) {
|
||||
this.on("input", function(msg) {
|
||||
try {
|
||||
var start = process.hrtime();
|
||||
context.msg = msg;
|
||||
sandbox.msg = msg;
|
||||
|
||||
const vm2Instance = new vm2.VM({ sandbox });
|
||||
|
Reference in New Issue
Block a user