1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Disconnect active connections when closing native messaging. Fix exe path on windows (#865)

This commit is contained in:
Oscar Hinton
2021-05-03 09:59:40 +02:00
committed by GitHub
parent 163fa2aa41
commit 20b8a83dd8
5 changed files with 28 additions and 14 deletions

4
src/global.d.ts vendored
View File

@@ -1,6 +1,2 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare module 'node-ipc' {
const x: any;
export = x;
}