mirror of https://github.com/node-red/node-red.git
Cache activeFlowConfig reference at handler start to prevent issues if activeFlowConfig is reassigned between indexOf and splice operations. Also check that config is still active before calling start() to avoid starting flows for an outdated configuration. Fixes: Dennis-SEG/node-red#6 |
||
|---|---|---|
| .. | ||
| lib | ||
| locales | ||
| .npmignore | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
README.md
@node-red/runtime
Node-RED runtime module.
This provides the core flow engine of Node-RED. It is the main entry point for the runtime.
Source
The main Node-RED modules are maintained as a monorepo on GitHub.