From 2fe42d52413de915760d4a089e110568724e36b6 Mon Sep 17 00:00:00 2001 From: Danny Qiu Date: Thu, 28 Dec 2017 07:36:31 -0500 Subject: Log event on second instnace of Franz --- src/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index a047e2bc1..f82bb3590 100644 --- a/src/index.js +++ b/src/index.js @@ -44,6 +44,7 @@ const isSecondInstance = app.makeSingleInstance((argv) => { }); if (isSecondInstance) { + console.log('An instance of Franz is already running. Exiting...'); app.exit(); } -- cgit v1.2.3-70-g09d2