Skip to content

Commit a8821c7

Browse files
committed
[fix] first reference of previous commit >.>
1 parent 3a4d6bf commit a8821c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ Mana.prototype.send = function send(args) {
660660
* @api private
661661
*/
662662
function parse(err, res, body) {
663-
mana.debug('Response headers %j', res.headers || {});
663+
mana.debug('Response headers %j', res && res.headers || {});
664664
assign.emit('headers', res && res.headers || {});
665665

666666
if (err) {

0 commit comments

Comments
 (0)