Skip to content

Commit 915dd6d

Browse files
committed
no red chalk error
1 parent 25d4aa2 commit 915dd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/entry.server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function handleError(
110110
true,
111111
)
112112
} else {
113-
console.error(chalk.red(error))
113+
console.error(error)
114114
Sentry.captureException(error)
115115
}
116116
}

0 commit comments

Comments
 (0)