2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-10 13:23:25 +00: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

View File

@@ -52,12 +52,6 @@ class XPathExpression extends Operation {
try { try {
doc = new xmldom.DOMParser({ doc = new xmldom.DOMParser({
errorHandler: { errorHandler: {
warning(w) {
throw w;
},
error(e) {
throw e;
},
fatalError(e) { fatalError(e) {
throw e; throw e;
} }