diff --git a/lib/response.js b/lib/response.js index cf32281..ded63d7 100644 --- a/lib/response.js +++ b/lib/response.js @@ -413,7 +413,9 @@ module.exports = { */ inspect: function(){ - return this.toJSON(); + var o = this.toJSON(); + o.body = this.body; + return o; }, /**