1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-17 16:03:20 +00:00

Remove empty catch blocks and remove allow-empty-catch tslint rule (#1117)

This commit is contained in:
Oscar Hinton
2021-10-21 11:10:36 +02:00
committed by GitHub
parent 66d560aab5
commit 6f69486c36
23 changed files with 79 additions and 54 deletions

View File

@@ -249,7 +249,7 @@ export class NativeMessagingMain {
await list(key);
await deleteKey(key);
} catch {
// Do nothing
this.logService.error(`Unable to delete registry key: ${key}`);
}
}