mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
Close proxy application when stdin is closed (#1024)
This commit is contained in:
parent
99b8be81f6
commit
3cbb336416
@ -89,5 +89,9 @@ export default class NativeMessage {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
|
||||
process.stdin.on('end', () => {
|
||||
process.exit(0);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user