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:
@@ -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}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user