Skip to content

Commit

Permalink
Merge ea56364 into f65477e
Browse files Browse the repository at this point in the history
  • Loading branch information
luanmuniz committed Mar 25, 2016
2 parents f65477e + ea56364 commit 07e2e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function asPromise(opts) {
const statusCode = res.statusCode;

res.body = data;
res.request = opts;

if (opts.json && res.body) {
try {
Expand Down

0 comments on commit 07e2e52

Please sign in to comment.