Code editor output

Just noticed when calling my automation script and displaying output in code editor box, is now showing these weird extra chars. Not sure if they are coming from Invoke-UAScript or Get-UAJobOutput or the actual UDCodeEditor

psu_codeeditor_output

Any suggestion is greatly appreciated.

Product: PowerShell Universal
Version: 2.7.3

Those are ANSI escape characters produced by PS7.2 for coloring stuff in the terminal. In PSU 2.8, we are removing those characters.

I had no idea about this. Thank you so much for the info.

1 Like