Merge branch 'Vendicated:main' into main

This commit is contained in:
RobinRMC 2024-11-10 03:20:14 +01:00 committed by GitHub
commit 896fc3aff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 66 additions and 68 deletions

View file

@ -225,7 +225,7 @@ page.on("console", async e => {
plugin,
type,
id,
match: regex.replace(/\[A-Za-z_\$\]\[\\w\$\]\*/g, "\\i"),
match: regex.replace(/\(\?:\[A-Za-z_\$\]\[\\w\$\]\*\)/g, "\\i"),
error: await maybeGetError(e.args()[3])
});