BlueTuxedo icon indicating copy to clipboard operation
BlueTuxedo copied to clipboard

Errors When Running in Powershell ISE

Open jstore-embers opened this issue 9 months ago • 1 comments

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

Image

That could addressed by setting a default color if -1 is returned. There's probably better ways to address it.

Anyway, FYI.

jstore-embers avatar Mar 21 '25 20:03 jstore-embers

Ty! Sorry for the slow recognition of your issue. I haven't been Githubbing quite like I used to.

jakehildreth avatar Mar 28 '25 19:03 jakehildreth