diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-04 12:57:39 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-04 12:57:39 +0200 |
commit | 3a9f6926442dd673bfac67424317e04b80bcc0f8 (patch) | |
tree | 0e90aea00c456b1352a3aba180035645b76066af /src/webpack/patchWebpack.ts | |
parent | e35393b40cdf146644d7a136be422a9a280f56be (diff) | |
download | Vencord-3a9f6926442dd673bfac67424317e04b80bcc0f8.tar.gz Vencord-3a9f6926442dd673bfac67424317e04b80bcc0f8.tar.bz2 Vencord-3a9f6926442dd673bfac67424317e04b80bcc0f8.zip |
Fix Desktop thinking it's web
I forgor to test host after adding web support
Diffstat (limited to 'src/webpack/patchWebpack.ts')
-rw-r--r-- | src/webpack/patchWebpack.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index ffd81d5..469b930 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -6,7 +6,6 @@ let webpackChunk: any[]; const logger = new Logger("WebpackInterceptor", "#8caaee"); -console.log("prepatch is", window[WEBPACK_CHUNK]); Object.defineProperty(window, WEBPACK_CHUNK, { get: () => webpackChunk, set: (v) => { |