lib(write-caption): went back to '==>' when outputing

main
Plínio Larrubia 2 years ago committed by Plínio Larrubia
parent 4eb0591d7a
commit 4692036656
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -26,7 +26,7 @@ function Write-Caption() {
[String] $Text = "No Text"
)
Write-Host "=====> " -NoNewline -ForegroundColor Cyan -BackgroundColor Black
Write-Host "==> " -NoNewline -ForegroundColor Cyan -BackgroundColor Black
Write-Host "$Text" -ForegroundColor White -BackgroundColor Black
}

Loading…
Cancel
Save