mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
sob
This commit is contained in:
parent
3793acd9bb
commit
5fbabb0b70
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ Object.defineProperty(Function.prototype, "m", {
|
|||
set(this: WebpackRequire, v: WebpackRequire["p"]) {
|
||||
if (v !== "/assets/") return;
|
||||
|
||||
logger.info("Main Webpack found, initializing internal references to WebpackRequire ");
|
||||
logger.info("Main Webpack found, initializing internal references to WebpackRequire");
|
||||
_initWebpack(this);
|
||||
clearTimeout(setterTimeout);
|
||||
|
||||
|
|
Loading…
Reference in a new issue