We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bc7ad commit b7e2a2bCopy full SHA for b7e2a2b
app.js
@@ -89,7 +89,7 @@ if (app.get('env') === 'development') {
89
app.use(function(err, req, res) {
90
res.status(err.status || 500);
91
res.render('error', {
92
- message: err.message,
+ message: '服务器繁忙,请稍后再试!',
93
error: {}
94
});
95
0 commit comments