1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Fix linting errors

This commit is contained in:
Hinton
2020-12-22 17:16:12 +01:00
parent 76c040aff9
commit d0a5326bd7
3 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ export default class NativeMessage {
try {
processData();
} catch(e) {
} catch (e) {
console.error(e);
}
});