From 1f76cd816c07c9bc0ab73bd339a02c98ff34f7ae Mon Sep 17 00:00:00 2001 From: Zane Hitchcox Date: Tue, 17 Sep 2024 18:17:02 -0400 Subject: [PATCH] no red chalk error (#853) --- app/entry.server.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/entry.server.tsx b/app/entry.server.tsx index 92cb0422..ed4e4b81 100644 --- a/app/entry.server.tsx +++ b/app/entry.server.tsx @@ -110,7 +110,7 @@ export function handleError( true, ) } else { - console.error(chalk.red(error)) + console.error(error) Sentry.captureException(error) } }