You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host was double printing, but it appears that it was due to
calling Write, and then an empty WriteLine, both of which the
PoshHostUserInterface were calling a log entry which writes out each as
a line. Instead log just to the file and print with `Console.Write` and
`Console.WriteLine`. Using `Console` calls solves the issue of not
seeing the colorization overrides, so those will be displayed properly.
* stable:
(GH-460) Amended Template
(GH-623) Extract Nuspec on Install
(GH-674)(GH-672) Color Overrides / Fix Write-Host
(GH-181) log selection to log file only
(GH-181)(GH-184) Short prompt/Prompt character
(GH-675) Template include LICENSE/VERIFICATION
(GH-258) Rename zip to detector.zip
(GH-572) Fix: The handle is invalid - Output Redirection
(maint) comments
(GH-667) Provide How To Add Profile Manually
(GH-667) PowerShell Custom Host - Set $Profile
(GH-666) pass Write-ChocolateyError message param
(GH-673) Ensure Get-BinRoot Warning is Shown
(GH-666) setup logs colored write-host w/fallback
Related to #674
The text was updated successfully, but these errors were encountered: