From a4de4e554d41d306c953eab2fe7e9a2047449351 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:07:50 -0500 Subject: [PATCH] Error Checking --- src/components/VencordSettings/UpdaterTab.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/VencordSettings/UpdaterTab.tsx b/src/components/VencordSettings/UpdaterTab.tsx index 7090d3e2..7558b728 100644 --- a/src/components/VencordSettings/UpdaterTab.tsx +++ b/src/components/VencordSettings/UpdaterTab.tsx @@ -163,6 +163,9 @@ function Updatable(props: CommonProps) { <> Failed to check updates. Check the console for more info +

{updateError.stderr || updateError.stdout || "An unknown error occurred"}

+
+ ) : ( {isOutdated ? (updates.length === 1 ? "There is 1 Update" : `There are ${updates.length} Updates`) : "Up to Date!"}