mirror of
https://github.com/gchq/CyberChef
synced 2025-01-26 03:05:06 +00:00
Merge pull request #1200 from AlfredBerg/master
This commit is contained in:
commit
1efbd9dfd1
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue