mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add explainitory comment
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
998416f541
commit
5362e5a593
@ -128,6 +128,12 @@ app.on("ready", async () => {
|
|||||||
|
|
||||||
PrometheusProviderRegistry.createInstance();
|
PrometheusProviderRegistry.createInstance();
|
||||||
initializers.initPrometheusProviderRegistry();
|
initializers.initPrometheusProviderRegistry();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The following sync MUST be done before HotbarStore creation, because that
|
||||||
|
* store has migrations that will remove items that previous migrations add
|
||||||
|
* if this is not presant
|
||||||
|
*/
|
||||||
syncGeneralEntities();
|
syncGeneralEntities();
|
||||||
|
|
||||||
logger.info("💾 Loading stores");
|
logger.info("💾 Loading stores");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user