Skip to content

Commit 01c3ae9

Browse files
authored
Update blog/2024-09-17-nushell_0_98_0.md
1 parent f25dc95 commit 01c3ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-09-17-nushell_0_98_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See a full overview of the [breaking changes](#all-breaking-changes-toc)
7070
::: warning New error behavior
7171
This release adds a new error when an [external exits with a non-zero exit code](#non-zero-exit-codes-are-now-errors-toc). In the default config, this error is suppressed in the REPL. However, **if you are upgrading with an existing config, you must add this section to your $env.config to suppress this error**:
7272

73-
```
73+
```nushell
7474
display_errors: {
7575
exit_code: false
7676
# Core dump errors are always printed, and SIGPIPE never triggers an error.

0 commit comments

Comments
 (0)