Skip to content

Commit 7fc8e10

Browse files
authored
error_style = nested docs (#2109)
It appears the value was renamed, but the PR description wasn't updated
1 parent 3a30fc1 commit 7fc8e10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blog/2026-01-17-nushell_v0_110_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ $ ll
444444
Error: External command failed: Command `ll` not found (Did you mean `all`?)
445445
```
446446

447-
#### New `error_style = tree` setting
447+
#### New `error_style = nested` setting
448448

449-
[#17105](https://github.com/nushell/nushell/pull/17105) adds a new `tree` option for `$env.config.error_style` to show related/nested errors.
449+
[#17105](https://github.com/nushell/nushell/pull/17105) adds a new `nested` option for `$env.config.error_style` to show related/nested errors.
450450

451451
#### New `error_lines` setting
452452

0 commit comments

Comments
 (0)