diff options
Diffstat (limited to 'electron_js')
| -rw-r--r-- | electron_js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); }); |
