mirror of
https://github.com/gchq/CyberChef
synced 2025-01-12 12:38:48 +00:00
Merge branch 'master' into feat/support-other-keys-in-parse-csr
This commit is contained in:
commit
a8b1050d75
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue