Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-10-15-nushell_v0_108_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ string

### Collecting a stream that contains errors now raises an error itself ([#16738]) [[toc](#table-of-contents)]

Previously, if an error was returned as a stream item and you collected that stream into a value, you would and up with a list that has an `error` item which you wouldn't know about until you interacted with that specific item.
Previously, if an error was returned as a stream item and you collected that stream into a value, you would end up with a list that has an `error` item which you wouldn't know about until you interacted with that specific item.

You could even end up with a list entirely made up of `error`s:

Expand Down