From 46799891d0e583f3607c06b1e6849296ecc71cce Mon Sep 17 00:00:00 2001 From: "Glenn R. Martin" <222487+grmartin@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:17:39 -0400 Subject: [PATCH] Last attempt to try and satisfy CodeQL --- src/core/operations/ParseAITokens.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/ParseAITokens.mjs b/src/core/operations/ParseAITokens.mjs index 70c457d5..06706fc0 100644 --- a/src/core/operations/ParseAITokens.mjs +++ b/src/core/operations/ParseAITokens.mjs @@ -134,7 +134,8 @@ class ParseAITokens extends Operation { */ replaceSpacesOutsideTags(htmlString) { return htmlString - .replace(/(]*>.*?<\/script>)|(<[^>]*?>)|(\s+)/gi, (match, scriptTag, htmlTag, spaces) => { + .replace(/