mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Close proxy application when stdin is closed (#1024)
This commit is contained in:
@@ -89,5 +89,9 @@ export default class NativeMessage {
|
|||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
process.stdin.on('end', () => {
|
||||||
|
process.exit(0);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user