mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-09 12:59:20 +01:00
wip: add console log
This commit is contained in:
parent
381f79384d
commit
a4fca331f9
@ -16,6 +16,8 @@ export class IpcBackgroundService extends IpcService {
|
||||
}
|
||||
|
||||
if (!this.links.has(sender.documentId)) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("New link", message, sender);
|
||||
this.links.set(
|
||||
sender.documentId,
|
||||
new IpcLink(
|
||||
|
Loading…
Reference in New Issue
Block a user