chore: update error message for Crash Dumps (#50213)

pull/50214/head
Mrugesh Mohapatra 2023-04-29 05:47:55 +05:30 committed by GitHub
parent 082f778262
commit b8dc4d5393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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));