mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-23 15:05:11 +00:00
fix reporter false positive
This commit is contained in:
parent
9e820214c5
commit
6bdd60fe8a
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ export const mapMangledModule = traceFunction("mapMangledModule", function mapMa
|
|||
* @see {@link mapMangledModule}
|
||||
*/
|
||||
export function mapMangledModuleLazy<S extends string>(code: string | RegExp | CodeFilter, mappers: Record<S, FilterFn>, includeBlacklistedExports = false): Record<S, any> {
|
||||
if (IS_REPORTER) lazyWebpackSearchHistory.push(["mapMangledModule", [code, mappers]]);
|
||||
if (IS_REPORTER) lazyWebpackSearchHistory.push(["mapMangledModule", [code, mappers, includeBlacklistedExports]]);
|
||||
|
||||
return proxyLazy(() => mapMangledModule(code, mappers, includeBlacklistedExports));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue