mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
Merge branch 'modules-proxy-patches' into immediate-finds-modules-proxy
This commit is contained in:
commit
7b4f97fa08
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ function wrapAndPatchFactory(id: PropertyKey, originalFactory: AnyModuleFactory)
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.error("Error in patched module factory", err);
|
logger.error("Error in patched module factory:\n", err);
|
||||||
return wrappedFactory.$$vencordOriginal?.apply(this, args);
|
return wrappedFactory.$$vencordOriginal?.apply(this, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue