diff options
Diffstat (limited to 'bucky/app/bucky.js')
| -rw-r--r-- | bucky/app/bucky.js | 1 |
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) |
