Skip to content

Commit

Permalink
fixup! Use ANSI color codes if SupportsVirtualTerminal
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk committed Sep 19, 2016
1 parent 51d0dca commit 12a3655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ function Get-BackgroundVirtualTerminalSequence($Color) {
return Get-VirtualTerminalSequence $Color 10
}


function dbg ($Message, [Diagnostics.Stopwatch]$Stopwatch) {
if($Stopwatch) {
Write-Verbose ('{0:00000}:{1}' -f $Stopwatch.ElapsedMilliseconds,$Message) -Verbose # -ForegroundColor Yellow
Expand Down

0 comments on commit 12a3655

Please sign in to comment.