You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error('Request timeout: url=%s, timeout=%d, please check whether its execute time is too long, or the response callback is not proper.',req.originalUrl,err.timeout);
64
+
console.error('Request timeout: url=%s, timeout=%d, please check whether its execution time is too long, or the response callback is invalid.',req.originalUrl,err.timeout);
65
65
}
66
66
res.status(statusCode);
67
67
// Do not output exception details by default.
68
68
varerror={};
69
69
if(app.get('env')==='development'){
70
-
// Displays exception stack on page if in the development enviroment.
70
+
// Displays exception stack on page if running in the development enviroment.
0 commit comments