mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Remove empty catch blocks, and update tslint rule (#513)
This commit is contained in:
@@ -192,7 +192,9 @@ export class NotificationsService implements NotificationsServiceAbstraction {
|
||||
if (sync) {
|
||||
await this.syncService.fullSync(false);
|
||||
}
|
||||
} catch { }
|
||||
} catch (e) {
|
||||
this.logService.error(e);
|
||||
}
|
||||
|
||||
if (!this.connected) {
|
||||
this.reconnectTimer = setTimeout(() => this.reconnect(sync), this.random(120000, 300000));
|
||||
|
||||
Reference in New Issue
Block a user