Skip to content

Commit a8b1050

Browse files
authored
Merge branch 'master' into feat/support-other-keys-in-parse-csr
2 parents e80d3d5 + 1efbd9d commit a8b1050

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/operations/XPathExpression.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ class XPathExpression extends Operation {
5252
try {
5353
doc = new xmldom.DOMParser({
5454
errorHandler: {
55-
warning(w) {
56-
throw w;
57-
},
58-
error(e) {
59-
throw e;
60-
},
6155
fatalError(e) {
6256
throw e;
6357
}

0 commit comments

Comments
 (0)