Veeck ed90f0546f
Fix async node_helper stopping electron start (#3021)
Async node_helper dont have to finish immediately in loadModules. So the
start callback in the app.js with the config isnt called for some time.
But the electron ready event can already be fired in the meantime.

This lead to the electron app starting but without a config (which is
provded by the node_helper callback) therefor crashing.

This PR fixes #2487 by moving the callback call out of the loadModules
block, therefor the config is provided in time.

If any new async node_helper doesnt like this, we will see it :-)

Co-authored-by: veeck <michael@veeck.de>
2023-01-26 19:44:54 +01:00
..
2022-01-26 23:09:26 +01:00
2021-07-14 10:41:29 +02:00
2022-01-26 23:09:26 +01:00
2022-01-26 23:09:26 +01:00
2022-01-26 23:09:26 +01:00
2022-11-06 17:51:15 +01:00
2022-01-26 23:47:51 +01:00
2022-08-08 10:30:23 +02:00
2022-01-26 23:09:26 +01:00
2022-02-20 02:24:22 +01:00
2022-01-26 23:09:26 +01:00