From 48c90bddd4063101e3793987e6e813f90cd5ae0a Mon Sep 17 00:00:00 2001 From: khushi205 Date: Fri, 11 Apr 2025 16:22:42 +0530 Subject: [PATCH] Update _error.tsx --- src/pages/_error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_error.tsx b/src/pages/_error.tsx index 0f26b8764982..7a0adf232475 100644 --- a/src/pages/_error.tsx +++ b/src/pages/_error.tsx @@ -93,7 +93,7 @@ Error.getInitialProps = async (ctx: NextPageContext) => { // could go wrong, but that's a story for another try/catch. // Basically, this catch it just to avoid other errors that // might prevent the pretty error page to render at all. - console.warn('Failed to send error to FailBot.', error) + console.warn('Failed to send error to FailBot.', error); } } }