@mx-cartographer/experiences 3.1.0-alpha.sms5-await3 → 3.1.0-alpha.sms5-await4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -8927,7 +8927,7 @@ class O7 {
|
|
8927
8927
|
const a = Date.now();
|
8928
8928
|
console.log("start awaits", a), await this.copyStore.initialize(e, n), await this.accountStore.initialize(e, n), await this.beatStore.initialize(e, n), await this.merchantStore.initialize(e, n), await this.userStore.initialize(e, n), await this.categoryStore.initialize(e, n), await this.transactionStore.initialize(e, n), await this.recurringActivityStore.initialize(e, n), await this.budgetsStore.initialize(e, n), await this.notificationStore.initialize(e, n), F(() => {
|
8929
8929
|
const r = Date.now();
|
8930
|
-
console.log("finish awaits", r), this.isInitialized = !0, this.globalUiStore.setInitialized(!0), this.globalUiStore.setSelectedAccounts(this.accountStore.accounts);
|
8930
|
+
console.log("finish awaits", r), console.log(`Total time: ${r - a}`), this.isInitialized = !0, this.globalUiStore.setInitialized(!0), this.globalUiStore.setSelectedAccounts(this.accountStore.accounts);
|
8931
8931
|
});
|
8932
8932
|
};
|
8933
8933
|
}
|