found写成fount了。

修改单词拼写错误
This commit is contained in:
振云 (Percy)
2017-11-09 09:26:12 +08:00
committed by GitHub
parent c3c2974d71
commit 573b253c2b

View File

@@ -58,7 +58,7 @@ exports.errLogger = function (req, err) {
route: req.route
};
if (!message && obj.code === 404) {
message = 'not fount "' + req.originalUrl + '"';
message = 'not found "' + req.originalUrl + '"';
}
logger.error(message, obj);
};