diff --git a/nodes/core/core/25-status.js b/nodes/core/core/25-status.js index f779ecd00..51504dfe8 100644 --- a/nodes/core/core/25-status.js +++ b/nodes/core/core/25-status.js @@ -20,6 +20,7 @@ module.exports = function(RED) { function StatusNode(n) { RED.nodes.createNode(this,n); var node = this; + this.scope = n.scope; this.on("input", function(msg) { this.send(msg); });