From 43f6ad3530c86a750524937ea029cb2accaf3735 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 7 Aug 2019 15:10:00 +0200 Subject: [PATCH] Update index.ts --- app/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/index.ts b/app/lib/index.ts index d6632593..2ad3a113 100644 --- a/app/lib/index.ts +++ b/app/lib/index.ts @@ -39,6 +39,7 @@ const argv = parseArgs(process.argv, process.cwd()) if (!app.requestSingleInstanceLock()) { app.quit() + app.exit(0) } if (argv.d) {