Skip to content

Commit

Permalink
no red chalk error (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitchcox authored Sep 17, 2024
1 parent 25d4aa2 commit 1f76cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function handleError(
true,
)
} else {
console.error(chalk.red(error))
console.error(error)
Sentry.captureException(error)
}
}

0 comments on commit 1f76cd8

Please sign in to comment.