We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3515f commit 6c78a97Copy full SHA for 6c78a97
Show-Status.ps1
@@ -147,7 +147,7 @@ Process
147
Write-Info.ps1 (Get-Unicode.ps1 0xE0B6) -ForegroundColor $BackgroundColor -NoNewline
148
Write-Info.ps1 " $WAIT " -ForegroundColor $ForegroundColor -BackgroundColor $BackgroundColor -NoNewline
149
Write-Info.ps1 (Get-Unicode.ps1 0xE0B4) -fore $BackgroundColor -NoNewLine
150
- Write-Info.ps1 "`b`b`b" -NoNewline
+ Write-Info.ps1 "`b`b`b`b" -NoNewline
151
Write-Info.ps1 (($Status |Format-Status) -join $Separator) `
152
-ForegroundColor $ForegroundColor -BackgroundColor $BackgroundColor -NoNewline
153
Write-Info.ps1 ' ' -ForegroundColor $ForegroundColor -BackgroundColor $BackgroundColor -NoNewline
0 commit comments