diff options
| author | = <=> | 2019-03-07 08:41:11 -0500 |
|---|---|---|
| committer | = <=> | 2019-03-07 08:41:11 -0500 |
| commit | fcc1e457a997123133e713ba438e2c47843a090b (patch) | |
| tree | 701fbf8773f1403761b82cfda6a63ccf0105323e /electron_js/main.js | |
| parent | 827f65abaaadf8a62518ba629f2e056de85c149a (diff) | |
nits
Diffstat (limited to 'electron_js/main.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); }); |
