We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc4d42 commit 93bcd3cCopy full SHA for 93bcd3c
frontend/src/ts/event-handlers/global.ts
@@ -58,6 +58,6 @@ window.onunhandledrejection = function (e): void {
58
}
59
void log("error", {
60
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
61
- error: (e.reason.stack ?? "") as string,
+ error: (e.reason?.stack ?? "") as string,
62
});
63
};
0 commit comments