diff --git a/test/generateReport.ts b/test/generateReport.ts index 7de60045..57d4f96e 100644 --- a/test/generateReport.ts +++ b/test/generateReport.ts @@ -252,7 +252,9 @@ function runTime(token: string) { console.error("[PUP_DEBUG]", "Finished loading chunks!"); for (const patch of Vencord.Plugins.patches) { - new Vencord.Util.Logger("WebpackInterceptor").warn(`Patch by ${patch.plugin} found no module (Module id is -): ${patch.find}`); + if (!patch.all) { + new Vencord.Util.Logger("WebpackInterceptor").warn(`Patch by ${patch.plugin} found no module (Module id is -): ${patch.find}`); + } } setTimeout(() => console.log("PUPPETEER_TEST_DONE_SIGNAL"), 1000); }, 1000));