Skip to content

Commit

Permalink
Merge pull request #1200 from AlfredBerg/master
Browse files Browse the repository at this point in the history
  • Loading branch information
a3957273 committed Jun 11, 2024
2 parents c23a8de + 6c30c9c commit 1efbd9d
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 1efbd9d

Please sign in to comment.