mirror of
https://github.com/bitwarden/desktop
synced 2025-12-21 10:43:19 +00:00
Use proper logging, fix linting errors.
This commit is contained in:
@@ -28,11 +28,9 @@ export default class IPC {
|
||||
this.onMessage(message);
|
||||
});
|
||||
|
||||
/*
|
||||
ipc.of.bitwarden.on('error', (err: any) => {
|
||||
console.error('error', err);
|
||||
});
|
||||
*/
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user