mirror of https://github.com/node-red/node-red.git
Clear delay node status on re-deploy. (rate limit path)
parent
bc4b599513
commit
dda90f956d
|
@ -144,6 +144,7 @@ module.exports = function(RED) {
|
||||||
this.on("close", function() {
|
this.on("close", function() {
|
||||||
clearInterval(this.intervalID);
|
clearInterval(this.intervalID);
|
||||||
this.buffer = [];
|
this.buffer = [];
|
||||||
|
node.status({});
|
||||||
});
|
});
|
||||||
|
|
||||||
} else if (this.pauseType === "queue") {
|
} else if (this.pauseType === "queue") {
|
||||||
|
|
Loading…
Reference in New Issue