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);
|
SetColor(ConsoleColor.Gray);
|
||||||
break;
|
break;
|
||||||
case 39:
|
case 39:
|
||||||
SetColor(OriginalForegroundColor);
|
Console.ForegroundColor = OriginalForegroundColor;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue