Skip to content

Commit 48c90bd

Browse files
authored
Update _error.tsx
1 parent 4d25548 commit 48c90bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Error.getInitialProps = async (ctx: NextPageContext) => {
9393
// could go wrong, but that's a story for another try/catch.
9494
// Basically, this catch it just to avoid other errors that
9595
// might prevent the pretty error page to render at all.
96-
console.warn('Failed to send error to FailBot.', error)
96+
console.warn('Failed to send error to FailBot.', error);
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)