node-red/packages/node_modules/@node-red/runtime/lib/flows
Dennis-SEG 5d4a37f1e6 fix: prevent race condition in type-registered event handler
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
2026-01-24 23:05:51 +01:00
..
Flow.js Support source information in complete node 2026-01-04 17:56:32 +09:00
Group.js Allow env var access to context 2025-01-17 16:45:44 +00:00
Subflow.js Use rfdc module for cloning when we know its pure JSON 2024-05-03 16:45:50 +01:00
index.js fix: prevent race condition in type-registered event handler 2026-01-24 23:05:51 +01:00
util.js Fix config node resolution in packaged subflows when instancied in a subflow 2025-08-13 15:22:47 +02:00