From a82580fcc1ef34e24def592ce1f31dc1bb0d7a2d Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 18 Jan 2026 16:49:28 +0100 Subject: [PATCH] `error_style = nested` docs It appears the value was renamed, but the PR description wasn't updated --- blog/2026-01-17-nushell_v0_110_0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2026-01-17-nushell_v0_110_0.md b/blog/2026-01-17-nushell_v0_110_0.md index edc492a3c7a..f87be2b43d8 100644 --- a/blog/2026-01-17-nushell_v0_110_0.md +++ b/blog/2026-01-17-nushell_v0_110_0.md @@ -444,9 +444,9 @@ $ ll Error: External command failed: Command `ll` not found (Did you mean `all`?) ``` -#### New `error_style = tree` setting +#### New `error_style = nested` setting -[#17105](https://github.com/nushell/nushell/pull/17105) adds a new `tree` option for `$env.config.error_style` to show related/nested errors. +[#17105](https://github.com/nushell/nushell/pull/17105) adds a new `nested` option for `$env.config.error_style` to show related/nested errors. #### New `error_lines` setting