From fcc1e457a997123133e713ba438e2c47843a090b Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 7 Mar 2019 08:41:11 -0500 Subject: nits --- electron_js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'electron_js/main.js') diff --git a/electron_js/main.js b/electron_js/main.js index ecabe3de..ba107fee 100644 --- a/electron_js/main.js +++ b/electron_js/main.js @@ -283,7 +283,7 @@ app.on('activate', () => { }); console.log ("Setting uncaught exception handler..."); -app.on('uncaughtException', function (err) { +process.on('uncaughtException', function (err) { console.log("***WHOOPS TIME****"+err); }); -- cgit v1.2.3