1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[PM-3754] Update electron log (#6680)

This commit is contained in:
Daniel García
2023-11-06 19:15:40 +01:00
committed by GitHub
parent aae9bdd586
commit ac1ab0bdcc
4 changed files with 22 additions and 9 deletions

View File

@@ -76,6 +76,7 @@ export class Main {
}
this.logService = new ElectronLogService(null, app.getPath("userData"));
this.logService.init();
this.i18nService = new I18nMainService("en", "./locales/");
const storageDefaults: any = {};