Skip to content

Commit

Permalink
Merge branch 'master' into time-difference
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgond committed Jun 12, 2024
2 parents ea0f8c4 + 1efbd9d commit d96d8cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/operations/XPathExpression.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ class XPathExpression extends Operation {
try {
doc = new xmldom.DOMParser({
errorHandler: {
warning(w) {
throw w;
},
error(e) {
throw e;
},
fatalError(e) {
throw e;
}
Expand Down

0 comments on commit d96d8cb

Please sign in to comment.