mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Use proper logging, fix linting errors.
This commit is contained in:
@@ -129,7 +129,7 @@ const environmentService = new EnvironmentService(apiService, storageService, no
|
||||
const eventService = new EventService(storageService, apiService, userService, cipherService);
|
||||
const systemService = new SystemService(storageService, vaultTimeoutService, messagingService, platformUtilsService,
|
||||
null);
|
||||
const nativeMessagingService = new NativeMessagingService(cryptoService, platformUtilsService)
|
||||
const nativeMessagingService = new NativeMessagingService(cryptoService, platformUtilsService, logService);
|
||||
|
||||
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
|
||||
containerService.attachToGlobal(window);
|
||||
|
||||
Reference in New Issue
Block a user