cleanup: initialize profiles when state is initiaized (#153002)

clean up:
- initialize profiles when state is initiaized
This commit is contained in:
Sandeep Somavarapu
2022-06-23 19:21:28 +02:00
committed by GitHub
parent 080c9a2611
commit 28e9322f72
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class CliMain extends Disposable {
// Initialize
await Promise.all([
stateService.init().then(() => userDataProfilesService.init()),
stateService.init(),
configurationService.initialize()
]);