fix reporter

This commit is contained in:
thororen1234 2025-02-08 21:15:55 -05:00
parent d0c47f2c0e
commit 8da3d538b3

View file

@ -340,7 +340,7 @@ page.on("pageerror", e => {
await page.evaluateOnNewDocument(` await page.evaluateOnNewDocument(`
if (location.host.endsWith("discord.com")) { if (location.host.endsWith("discord.com")) {
${readFileSync("./dist/browser.js", "utf-8")}; ${readFileSync("./dist/browser/browser.js", "utf-8")};
} }
`); `);