diff --git a/scripts/generateReport.ts b/scripts/generateReport.ts index 7b3ec0c5..159231a7 100644 --- a/scripts/generateReport.ts +++ b/scripts/generateReport.ts @@ -328,7 +328,6 @@ page.on("error", e => logStderr("[Error]", e.message)); page.on("pageerror", e => { if (e.message.includes("Sentry successfully disabled")) return; if (e.message.includes("the network is offline")) return; - if (e.message.includes("Cannot read properties of undefined (reading 'includes')")) return; if (!e.message.startsWith("Object") && !e.message.includes("Cannot find module") && !/^.{1,2}$/.test(e.message)) { logStderr("[Page Error]", e.message); diff --git a/src/equicordplugins/fullVcPfp/index.tsx b/src/equicordplugins/fullVcPfp/index.tsx index e0da2678..12166735 100644 --- a/src/equicordplugins/fullVcPfp/index.tsx +++ b/src/equicordplugins/fullVcPfp/index.tsx @@ -20,7 +20,7 @@ interface iUSRBG extends Plugin { migratePluginSettings("FullVCPFP", "fullVcPfp"); export default definePlugin({ name: "FullVCPFP", - description: "Makes avatars take up the entire vc tile. Breaks if USRBG Voice Background is enabled.", + description: "Makes avatars take up the entire vc tile", authors: [EquicordDevs.mochienya], patches: [ {