Skip to content

Commit

Permalink
fix(logs): debug statement for JSON parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke committed Sep 4, 2015
1 parent 0ae1f47 commit 317dafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reporters/trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ TraceReporter.prototype.getService = function(callback) {
try {
resChunk = JSON.parse(chunk);
} catch (ex) {
debug('Error parsing JSON:', ex);
return callback(ex);
}

Expand Down

0 comments on commit 317dafb

Please sign in to comment.