From 87d760708d6147b8aba6f3cd565a133a03bef393 Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 9 Feb 2021 19:54:30 +0100 Subject: [PATCH] removed an extra code --- desktop/native-module-host.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop/native-module-host.js b/desktop/native-module-host.js index bb63cea2..f8b59703 100644 --- a/desktop/native-module-host.js +++ b/desktop/native-module-host.js @@ -6,8 +6,6 @@ const attachedYubiKeys = []; let usbListenerRunning = false; let autoType; -process.on('disconnect', () => process.exit(0)); - startListener(); const messageHandlers = {