BlueTuxedo
BlueTuxedo copied to clipboard
Errors When Running in Powershell ISE
Your function to show the logo (and maybe others) uses this to grab the current background color.
$host.UI.RawUI.BackgroundColor
In PowerShell_ISE, that returns -1
That could addressed by setting a default color if -1 is returned. There's probably better ways to address it.
Anyway, FYI.
Ty! Sorry for the slow recognition of your issue. I haven't been Githubbing quite like I used to.