We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f371c8b commit 0a89a61Copy full SHA for 0a89a61
src/main.ts
@@ -4,7 +4,7 @@ window.addEventListener("error", (e) => {
4
log.error(e);
5
});
6
window.addEventListener("unhandledrejection", (e) => {
7
- log.error(e);
+ log.error(e.reason);
8
9
// -------------------
10
0 commit comments