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

Replace cosole logs with logService

This commit is contained in:
Hinton
2020-10-05 20:05:48 +02:00
parent 24ef7e1ef6
commit 830c4a45ee
2 changed files with 31 additions and 25 deletions

View File

@@ -119,7 +119,7 @@ export class Main {
this.biometricMain = new BiometricDarwinMain(this.storageService, this.i18nService);
}
this.nativeMessagingService = new NativeMessagingService(app.getPath('userData'), app.getAppPath());
this.nativeMessagingService = new NativeMessagingService(this.logService, app.getPath('userData'), app.getAppPath());
}
bootstrap() {