aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/exception.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/electron/exception.ts')
-rw-r--r--src/electron/exception.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electron/exception.ts b/src/electron/exception.ts
index 0065e2604..ada98d17b 100644
--- a/src/electron/exception.ts
+++ b/src/electron/exception.ts
@@ -1,4 +1,4 @@
1process.on('uncaughtException', (err) => { 1process.on('uncaughtException', err => {
2 // handle the error safely 2 // handle the error safely
3 console.error(err); 3 console.error(err);
4}); 4});