mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
fix prettier
This commit is contained in:
@@ -46,7 +46,7 @@ export class WindowMain {
|
||||
private desktopSettingsService: DesktopSettingsService,
|
||||
private argvCallback: (argv: string[]) => void = null,
|
||||
private createWindowCallback: (win: BrowserWindow) => void,
|
||||
) { }
|
||||
) {}
|
||||
|
||||
init(): Promise<any> {
|
||||
// Perform a hard reload of the render process by crashing it. This is suboptimal but ensures that all memory gets
|
||||
|
||||
Reference in New Issue
Block a user