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.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/electron/exception.ts b/src/electron/exception.ts
index a445a6475..ada98d17b 100644
--- a/src/electron/exception.ts
+++ b/src/electron/exception.ts
@@ -1,4 +1,3 @@
1// eslint-disable-next-line unicorn/no-empty-file
2process.on('uncaughtException', err => { 1process.on('uncaughtException', err => {
3 // handle the error safely 2 // handle the error safely
4 console.error(err); 3 console.error(err);