mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
module.exports = (err, req, res, next) => {
|
|
req.log.error(err)
|
|
next()
|
|
}
|