1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

fix(notification-processing): [PM-19877] System Notification Implementation - Fixed console log.

This commit is contained in:
Patrick Pimentel
2025-07-25 16:19:14 -04:00
parent 8a8dd4e156
commit 0d1d08bab8

View File

@@ -41,7 +41,7 @@ export class BrowserActionsService implements ActionsService {
}
} catch (e) {
this.logService.error(
`Failed to open the popup on ${deviceType} with manifest ${BrowserApi.manifestVersion} and error: ${e}`,
`Failed to open the popup on ${DeviceType[deviceType]} with manifest ${BrowserApi.manifestVersion} and error: ${e}`,
);
}
}