mirror of https://github.com/node-red/node-red.git
Check indexOf result before splicing to prevent removing wrong element when clearDelayList() runs between timeout registration and execution. If indexOf returns -1 (id already removed), splice(-1, 1) would incorrectly remove the last element. Now we skip the splice if id is not found. Fixes: Dennis-SEG/node-red#3 |
||
|---|---|---|
| .. | ||
| core | ||
| examples | ||
| icons | ||
| locales | ||
| .npmignore | ||
| 99-sample.html.demo | ||
| 99-sample.js.demo | ||
| LICENSE | ||
| README.md | ||
| index.js | ||
| package.json | ||
README.md
@node-red/nodes
Node-RED core nodes module.
This provides all of the core Node-RED nodes.
Source
The main Node-RED modules are maintained as a monorepo on GitHub.