From 5f96c2fd73103d09675c9061d70a090ea24c5c0d Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:40:19 -0500 Subject: [PATCH] Fix FullVCPFP Description --- scripts/generateReport.ts | 1 - src/equicordplugins/fullVcPfp/index.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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: [ {