Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 04b0450

Browse files
fix: Change log level to err
1 parent 1170bd7 commit 04b0450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/events.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const handleProcessErrors = () => {
1717
progress: -1,
1818
taskLabel: `Uncaught Exception`,
1919
logLabel: `${error.message} ${error.stack}`,
20+
logLevel: 'err',
2021
})
2122
});
2223

@@ -26,6 +27,7 @@ export const handleProcessErrors = () => {
2627
progress: -1,
2728
taskLabel: `Unhandled Rejection`,
2829
logLabel: `${error.message} ${error.stack}`,
30+
logLevel: 'err',
2931
})
3032
});
3133
}

0 commit comments

Comments
 (0)