Merge pull request #1684 from dotnet/brthor/fix-bold-bleed

fix bold bleed
This commit is contained in:
Bryan Thornbury 2016-03-04 11:10:43 -08:00
commit 42a17b5d98

View file

@ -130,7 +130,7 @@ namespace Microsoft.DotNet.Cli.Utils
SetColor(ConsoleColor.Gray);
break;
case 39:
SetColor(OriginalForegroundColor);
Console.ForegroundColor = OriginalForegroundColor;
break;
}
}