Merge branch 'dev' into immediate-finds
This commit is contained in:
commit
896b8970b6
|
@ -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()));
|
||||||
|
|
Loading…
Reference in a new issue