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 });