summaryrefslogtreecommitdiff
path: root/bucky/app/bucky.js
diff options
context:
space:
mode:
Diffstat (limited to 'bucky/app/bucky.js')
-rw-r--r--bucky/app/bucky.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js
index 70cfeec..3824c5e 100644
--- a/bucky/app/bucky.js
+++ b/bucky/app/bucky.js
@@ -511,6 +511,7 @@ var bucky = module.exports = {
})
})
Promise.all(promises).then(values => {
+ res.files = values
next()
}).catch(err => {
console.log(err)