From 0d5a38976b93a5eaf12e6f81c1305506cfb8089d Mon Sep 17 00:00:00 2001 From: Astra Date: Thu, 3 May 2018 17:21:12 -0400 Subject: [PATCH] screaming --- app/index.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/index.htm b/app/index.htm index 245c2d3..44c56d0 100644 --- a/app/index.htm +++ b/app/index.htm @@ -74,7 +74,9 @@ electron.app.relaunch(); electron.app.exit(); } - } catch (ex) { } + } catch (ex) { + alert(ex, 'asarpwn3'); + } // make a window window.__monitor = new electron.BrowserWindow({ show: false });