diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-27 16:11:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-27 16:11:53 +0100 |
commit | 4635f59d7c3fea4b97029f10886c62fdf38b2084 (patch) | |
tree | d97357a00042bbfb33c4177ee24c01171d28dfce /server.ts | |
parent | ea44f375f5d3da06ca0aebfe871b9f924a26ec29 (diff) | |
download | PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.gz PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.zst PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.zip |
Add video comment components
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ app.use(function (req, res, next) { | |||
151 | }) | 151 | }) |
152 | 152 | ||
153 | app.use(function (err, req, res, next) { | 153 | app.use(function (err, req, res, next) { |
154 | logger.error(err) | 154 | logger.error(err, err) |
155 | res.sendStatus(err.status || 500) | 155 | res.sendStatus(err.status || 500) |
156 | }) | 156 | }) |
157 | 157 | ||