mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add trailing slash to ipc.config.socketRoot. (#695)
This commit is contained in:
@@ -18,7 +18,7 @@ export class NativeMessagingMain {
|
||||
ipc.config.id = 'bitwarden';
|
||||
ipc.config.retry = 1500;
|
||||
if (process.platform === 'darwin') {
|
||||
ipc.config.socketRoot = path.join(homedir(), 'tmp');
|
||||
ipc.config.socketRoot = `${homedir()}/tmp/`;
|
||||
}
|
||||
|
||||
ipc.serve(() => {
|
||||
|
||||
Reference in New Issue
Block a user