Skip to content

Commit fdccb7b

Browse files
committed
Changed linux bash exit code color to yellow if code is 0
1 parent b214bb4 commit fdccb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ static void ConfirmProxy(bool isEnable)
252252
}
253253
else
254254
{
255-
WriteColor($"[// Linux Bash:] Command exit with code {proc.ExitCode}", ConsoleColor.DarkRed);
255+
WriteColor($"[// Linux Bash:] Command exit with code {proc.ExitCode}", ConsoleColor.DarkYellow);
256256
}
257257
}
258258
catch(Exception e)

0 commit comments

Comments
 (0)