Skip to content

Commit

Permalink
feat(captures): Support xpath
Browse files Browse the repository at this point in the history
  • Loading branch information
enudler committed Sep 6, 2020
1 parent c4eacde commit 10a6592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/engine_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function parseJSON(body, callback) {
}

/*
* Wrap JSON.parse in a callback
* Parse xml
*/
function parseXML(body, callback) {
let r = null;
Expand Down

0 comments on commit 10a6592

Please sign in to comment.