mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
3b22b585d0
The code scans the flows that are to be started and checks all of the necessary node types are registered; if not, it doesn't start the flows. An event is emitted when each node type is registered - allowing the server to track when all of the 'missing' node types register and then start the flows. This is a step towards adding node-types without restarting. |
||
---|---|---|
.. | ||
events.js | ||
library.js | ||
nodes.js | ||
red.js | ||
server.js | ||
ui.js |