Merge branch 'dev' into modules-proxy-patches

This commit is contained in:
Nuckyz 2024-05-29 06:48:14 -03:00
commit b74581908e
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -204,7 +204,7 @@ page.on("console", async e => {
report.badWebpackFinds.push(await rawArgs[1].jsonValue() as string);
}
if (isVencord && level !== "error") {
if (isVencord) {
let args: unknown[] = [];
try {
args = await Promise.all(e.args().map(a => a.jsonValue()));