Merge branch 'dev' into immediate-finds

This commit is contained in:
Nuckyz 2024-05-29 06:47:23 -03:00
commit 896b8970b6
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); report.badWebpackFinds.push(await rawArgs[1].jsonValue() as string);
} }
if (isVencord && level !== "error") { if (isVencord) {
let args: unknown[] = []; let args: unknown[] = [];
try { try {
args = await Promise.all(e.args().map(a => a.jsonValue())); args = await Promise.all(e.args().map(a => a.jsonValue()));