diff --git a/src/core/operations/VBE.js b/src/core/operations/VBE.js index cb2ed71c..2b26b6fb 100644 --- a/src/core/operations/VBE.js +++ b/src/core/operations/VBE.js @@ -245,7 +245,7 @@ const VBE = { * @returns {string} */ runDecodeVBE: function (data, args) { - let matcher = /#@~\^......==(.+)......==\^#~@/gm, + let matcher = /#@~\^......==(.+)......==\^#~@/, result = "", encodedData; while ((encodedData = matcher.exec(data))) {