From bacf021a281cb6d65af9b8dc9a5d9025d64b2e44 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 24 May 2024 03:57:54 -0300 Subject: [PATCH] aaaaa --- src/webpack/patchWebpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index 8768a4718..2f1deafb0 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -170,7 +170,7 @@ Object.defineProperty(Function.prototype, "O", { // wreq.m is the webpack object containing module factories. // This is pre-populated with module factories, and is also populated via webpackGlobal.push // The sentry module also has their own webpack with a pre-populated module factories object, so this also targets that -// We replace wrap it with our proxy, which is responsible for patching the module factories, or setting up getters for them +// We wrap it with our proxy, which is responsible for patching the module factories, or setting up getters for them Object.defineProperty(Function.prototype, "m", { configurable: true,