1
0
mirror of synced 2024-11-27 16:10:55 +01:00

Merge branch 'master' into feat/support-other-keys-in-parse-csr

This commit is contained in:
Robin Sandhu 2024-06-12 18:57:04 +01:00 committed by GitHub
commit a8b1050d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}