mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Add missing return statement for gitTools.init() promise to ensure activeProject is set before getFlows() is called during startup. Fixes intermittent 'No active project' warnings when projects feature is enabled.