mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
clean up status on close for several core nodes.
This commit is contained in:
@@ -222,6 +222,7 @@ module.exports = function(RED) {
|
||||
while (node.outstandingIntervals.length > 0) {
|
||||
clearInterval(node.outstandingIntervals.pop())
|
||||
}
|
||||
this.status({});
|
||||
})
|
||||
} catch(err) {
|
||||
// eg SyntaxError - which v8 doesn't include line number information
|
||||
|
Reference in New Issue
Block a user