mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
fix reporter
This commit is contained in:
parent
d0c47f2c0e
commit
8da3d538b3
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ page.on("pageerror", e => {
|
|||
|
||||
await page.evaluateOnNewDocument(`
|
||||
if (location.host.endsWith("discord.com")) {
|
||||
${readFileSync("./dist/browser.js", "utf-8")};
|
||||
${readFileSync("./dist/browser/browser.js", "utf-8")};
|
||||
}
|
||||
`);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue