You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-09-17-nushell_0_98_0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ See a full overview of the [breaking changes](#all-breaking-changes-toc)
70
70
::: warning New error behavior
71
71
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**:
72
72
73
-
```
73
+
```nushell
74
74
display_errors: {
75
75
exit_code: false
76
76
# Core dump errors are always printed, and SIGPIPE never triggers an error.
0 commit comments