2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 15:53:30 +00:00

Merge pull request #1200 from AlfredBerg/master

This commit is contained in:
a3957273
2024-06-12 00:01:11 +01:00
committed by GitHub

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