Powershell: Console output appears out of order

Created on 12 Aug 2016  路  7Comments  路  Source: PowerShell/PowerShell

Most helpful comment

Principal of least surprise - output comes in the order it was written.

This doesn't mean giving up the feature, it just means flushing what was buffered before writing the other stream.

All 7 comments

Isn't that the expected result of the delay in Format-Table to get widths for auto-size?

This is the side effect of the change we made. @LeeHolmes made the initial change so that we can compute more usable column widths based on objects returned within the first 5 seconds.

I thought it was half a second, but either way, we're on the same page 馃憤
Do people want to give up that feature to "fix" this oddness in output?

Actually, it probably was 500ms

Principal of least surprise - output comes in the order it was written.

This doesn't mean giving up the feature, it just means flushing what was buffered before writing the other stream.

This is annoying, but I don't think it's a ship blocker.

Continue the discussion in #4594

Was this page helpful?
0 / 5 - 0 ratings