|
@@ -245,7 +245,7 @@ const VBE = {
|
|
* @returns {string}
|
|
* @returns {string}
|
|
*/
|
|
*/
|
|
runDecodeVBE: function (data, args) {
|
|
runDecodeVBE: function (data, args) {
|
|
- let matcher = /#@~\^......==(.+)......==\^#~@/gm,
|
|
|
|
|
|
+ let matcher = /#@~\^......==(.+)......==\^#~@/,
|
|
result = "",
|
|
result = "",
|
|
encodedData;
|
|
encodedData;
|
|
while ((encodedData = matcher.exec(data))) {
|
|
while ((encodedData = matcher.exec(data))) {
|