mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:16:32 +02:00
change display_error.exit_code to false (#13873)
The idea comes from @amtoine, I think it would be good to keey `display_error.exit_code` same value, if user is using default config or using no config file at all.
This commit is contained in:
@ -22,7 +22,7 @@ impl DisplayErrors {
|
||||
impl Default for DisplayErrors {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
exit_code: true,
|
||||
exit_code: false,
|
||||
termination_signal: true,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user