mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
lint fixes
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
import { app, ipcMain } from 'electron';
|
||||
import { getPassword, setPassword, deletePassword } from 'keytar';
|
||||
import {
|
||||
app,
|
||||
ipcMain,
|
||||
} from 'electron';
|
||||
|
||||
import {
|
||||
deletePassword,
|
||||
getPassword,
|
||||
setPassword,
|
||||
} from 'keytar';
|
||||
|
||||
import { WindowMain } from './window.main';
|
||||
|
||||
@@ -29,8 +37,7 @@ export class MessagingMain {
|
||||
}
|
||||
|
||||
event.returnValue = val;
|
||||
}
|
||||
catch {
|
||||
} catch {
|
||||
event.returnValue = null;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user