diff --git a/nodes/core/core/89-delay.js b/nodes/core/core/89-delay.js index e25bc1b46..47f9c01a8 100644 --- a/nodes/core/core/89-delay.js +++ b/nodes/core/core/89-delay.js @@ -144,6 +144,7 @@ module.exports = function(RED) { this.on("close", function() { clearInterval(this.intervalID); this.buffer = []; + node.status({}); }); } else if (this.pauseType === "queue") {