Fix reporter
This commit is contained in:
parent
01fdeb7292
commit
0aff3c29bc
|
@ -30,7 +30,7 @@ async function runReporter() {
|
|||
}, "Vencord Reporter");
|
||||
|
||||
// @ts-ignore
|
||||
Vencord.Webpack._initReporter = function () {
|
||||
Webpack._initReporter = function () {
|
||||
// initReporter is called in the patched entry point of Discord
|
||||
// setImmediate to only start searching for lazy chunks after Discord initialized the app
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in a new issue