We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bf214 commit 1fb1015Copy full SHA for 1fb1015
1 file changed
src/BenchmarkDotNet/Loggers/ConsoleLogger.cs
@@ -53,8 +53,7 @@ private void Write(LogKind logKind, Action<string> write, string text)
53
}
54
finally
55
{
56
- if (colorBefore != Console.ForegroundColor && colorBefore != Console.BackgroundColor)
57
- Console.ForegroundColor = colorBefore;
+ Console.ForegroundColor = colorBefore;
58
59
60
0 commit comments