mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Disable browser integration on Mac for non MAS version (for now)
This commit is contained in:
@@ -83,7 +83,11 @@ export default class NativeMessage {
|
||||
chunks.push(chunk);
|
||||
}
|
||||
|
||||
processData();
|
||||
try {
|
||||
processData();
|
||||
} catch(e) {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user