mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 04:25:03 +02:00
Fix non-zero exit code errors in middle of pipeline (#13899)
# Description Fixes #13868. Should come after #13885. # User-Facing Changes Bug fix. # Tests + Formatting Added a test.
This commit is contained in:
@ -182,6 +182,8 @@ impl Command for Save {
|
||||
}
|
||||
(None, None) => {}
|
||||
};
|
||||
|
||||
child.wait()?;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user