Skip to content

Commit 59e6336

Browse files
ajpinedamagneszitte
authored andcommitted
fix: ci build
(cherry picked from commit 6a9a72a)
1 parent 023b0d1 commit 59e6336

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

UnoCheck/Checkups/XCodeCheckup.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ public override Task<DiagnosticResult> Examine(SharedState history)
106106
if (result.ExitCode != 0)
107107
{
108108
Spectre.Console.AnsiConsole.MarkupLine($"[bold red]Failed to download iOS SDK runtime. Exit code: {result.ExitCode}[/]");
109-
if (!string.IsNullOrWhiteSpace(result.StandardError))
110-
Spectre.Console.AnsiConsole.MarkupLine($"[red]{result.StandardError}[/]");
111-
else if (!string.IsNullOrWhiteSpace(result.StandardOutput))
112-
Spectre.Console.AnsiConsole.MarkupLine($"[red]{result.StandardOutput}[/]");
113109
}
114110
return Task.CompletedTask;
115111
}))));

0 commit comments

Comments
 (0)