Skip to content

don't insert linebreaks to output (except for tables)#5193

Merged
daxian-dbw merged 4 commits intoPowerShell:masterfrom
SteveL-MSFT:no-linebreak-output
Oct 30, 2017
Merged

don't insert linebreaks to output (except for tables)#5193
daxian-dbw merged 4 commits intoPowerShell:masterfrom
SteveL-MSFT:no-linebreak-output

Conversation

@SteveL-MSFT
Copy link
Copy Markdown
Member

don't use current console window width to add linebreaks to output (including debug, error, and verbose)
explicitly change errorrecord formatter to not add linebreaks
set width to int.maxvalue if not specified, in some special cases if width is int.maxvalue, set to console.windowwidth
so that you don't get int.maxvalue padding (like tables)

Related: #3813

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking-Change breaking change that may affect users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants