mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
check for bundlePath value again
This commit is contained in:
parent
c400db41c3
commit
c4e7233604
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ define(Function.prototype, "O", {
|
|||
define(this, "p", { value: bundlePath });
|
||||
clearTimeout(setterTimeout);
|
||||
|
||||
if (bundlePath !== "/assets/") return;
|
||||
|
||||
logger.info("Main Webpack found" + interpolateIfDefined` in ${fileName}` + ", initializing internal references to WebpackRequire");
|
||||
_initWebpack(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue