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 4d25548 commit 48c90bdCopy full SHA for 48c90bd
src/pages/_error.tsx
@@ -93,7 +93,7 @@ Error.getInitialProps = async (ctx: NextPageContext) => {
93
// could go wrong, but that's a story for another try/catch.
94
// Basically, this catch it just to avoid other errors that
95
// might prevent the pretty error page to render at all.
96
- console.warn('Failed to send error to FailBot.', error)
+ console.warn('Failed to send error to FailBot.', error);
97
}
98
99
0 commit comments