mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
fix canary
This commit is contained in:
parent
8023b1be95
commit
94b258af4d
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ define(Function.prototype, "m", {
|
|||
}
|
||||
|
||||
const fileName = stack.match(/\/assets\/(.+?\.js)/)?.[1];
|
||||
if (fileName?.includes("libdiscore")) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Define a setter for the bundlePath property of WebpackRequire. Only Webpack instances which include chunk loading functionality,
|
||||
// like the main Discord Webpack, have this property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue