We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b214bb4 commit fdccb7bCopy full SHA for fdccb7b
1 file changed
Program.cs
@@ -252,7 +252,7 @@ static void ConfirmProxy(bool isEnable)
252
}
253
else
254
{
255
- WriteColor($"[// Linux Bash:] Command exit with code {proc.ExitCode}", ConsoleColor.DarkRed);
+ WriteColor($"[// Linux Bash:] Command exit with code {proc.ExitCode}", ConsoleColor.DarkYellow);
256
257
258
catch(Exception e)
0 commit comments