Skip to content

Commit e52df16

Browse files
committed
Better error message
1 parent 55607c3 commit e52df16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/renderer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function errorRenderer (error, request, response, next) {
3131
}
3232

3333
if (process.env.NODE_ENV === "production") {
34-
message = "500 Error. Oooomph!";
34+
message = "500 Server Error. Something went wrong. If you need this fixed urgently please email [email protected]";
3535
}
3636

3737
response.status(500).send(message);

0 commit comments

Comments
 (0)