Skip to content

Commit

Permalink
Add comment about xml parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jul 20, 2011
1 parent fb2e4ab commit 93a31b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/airbrake.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Airbrake.prototype.notify = function(err, cb) {
));
}

// Give me a break, this is legit : )
var m = body.match(/<url>([^<]+)/i);
var url = (m)
? m[1]
Expand Down

0 comments on commit 93a31b3

Please sign in to comment.