diff --git a/bin/cli.js b/bin/cli.js index 7e7cfb9..a76b83d 100644 --- a/bin/cli.js +++ b/bin/cli.js @@ -111,6 +111,7 @@ if (cli.flags.reporter && cli.flags.reporter !== 'json' && cli.flags.reporter != xmlOutput = xmlOutput.replace(/(<[a-zA-Z]*>[^<]*)\n([^<]*<\/[a-zA-Z]*>)/g, '$1$2'); xmlOutput = xmlOutput.replace(/\0/g, ''); xmlOutput = xmlOutput.replace(/\uFFFF/g, ''); + xmlOutput = xmlOutput.replace(/\u0002/g, ''); console.log(xmlOutput); break; diff --git a/package.json b/package.json index 403b787..52bb7ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.12.2", + "version": "1.12.3", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": {