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 execution time is too long, or the response callback is invalid.',req.originalUrl,err.timeout);
64
65
}
65
66
res.status(statusCode);
66
-
// 默认不输出异常详情
67
+
// Do not output exception details by default.
67
68
varerror={};
68
69
if(app.get('env')==='development'){
69
-
// 如果是开发环境,则将异常堆栈输出到页面,方便开发调试
70
+
// Displays exception stack on page if running in the development enviroment.
0 commit comments