Merge pull request #1684 from dotnet/brthor/fix-bold-bleed
fix bold bleed
This commit is contained in:
commit
42a17b5d98
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
SetColor(ConsoleColor.Gray);
|
||||
break;
|
||||
case 39:
|
||||
SetColor(OriginalForegroundColor);
|
||||
Console.ForegroundColor = OriginalForegroundColor;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue