mirror of https://github.com/node-red/node-red.git
parent
6a75a084ad
commit
636089b586
|
|
@ -192,7 +192,8 @@ module.exports = function(RED) {
|
|||
}
|
||||
done();
|
||||
}, delayvar, () => done());
|
||||
node.idList.push(id);
|
||||
if (Object.keys(msg).length === 2 && msg.hasOwnProperty("flush")) { id.clear(); }
|
||||
else { node.idList.push(id); }
|
||||
if (msg.hasOwnProperty("reset")) { clearDelayList(true); }
|
||||
if (msg.hasOwnProperty("flush")) { flushDelayList(msg.flush); done(); }
|
||||
if (delayvar >= 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue