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!"}