summaryrefslogtreecommitdiff
path: root/bucky
diff options
context:
space:
mode:
Diffstat (limited to 'bucky')
-rw-r--r--bucky/app/bucky.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js
index c85ef45..940e02d 100644
--- a/bucky/app/bucky.js
+++ b/bucky/app/bucky.js
@@ -249,7 +249,7 @@ var bucky = module.exports = {
var promises = [ threadPromise ].concat(commentPromises).concat(filePromises)
Promise.all(promises).then( () => {
next()
- }).catch( () => {
+ }).catch( (err) => {
res.sendStatus(500)
})
},