fix bold bleed

This commit is contained in:
Bryan 2016-03-03 12:15:16 -08:00
parent b63705198c
commit 5cb1703a76

View file

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