fix canary

This commit is contained in:
Vendicated 2025-05-16 03:55:49 +02:00
parent 8023b1be95
commit 94b258af4d
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -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.