Skip to content

Commit 34be338

Browse files
committed
[minor] Debug the response headers.
1 parent 5483a91 commit 34be338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,8 @@ Mana.prototype.send = function send(args) {
660660
* @api private
661661
*/
662662
function parse(err, res, body) {
663+
mana.debug('Response headers %j', res.headers || {});
664+
663665
if (err) {
664666
mana.debug('Received an error (%s) for URL %s', err.message, options.uri);
665667

0 commit comments

Comments
 (0)