mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: update error message for Crash Dumps (#50213)
This commit is contained in:
committed by
GitHub
parent
082f778262
commit
b8dc4d5393
@@ -47,7 +47,7 @@ export default function prodErrorHandler() {
|
||||
const redirectTo = handled.redirectTo || `${origin}/`;
|
||||
const message =
|
||||
handled.message ||
|
||||
'Oops! Something went wrong. Please try again in a moment.';
|
||||
'Oops! Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.';
|
||||
|
||||
if (isDev) {
|
||||
console.error(errTemplate(err, req));
|
||||
|
||||
Reference in New Issue
Block a user