mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
"use strict";
|
|
module.exports = function (err, req, res, next) {
|
|
req.log.error(err);
|
|
next();
|
|
};
|
|
//# sourceMappingURL=log-request-errors.js.map
|