mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Fix linting errors
This commit is contained in:
@@ -85,7 +85,7 @@ export default class NativeMessage {
|
||||
|
||||
try {
|
||||
processData();
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user