mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01:00
80881c75f9
# Description Fixes: #11153 To make sure scripts stop from running on non-zero exit code, we need to invoke `might_consume_external_result` on `PipelineData::ExternalStream`, so it can tell nushell if this command exists with non-zero exit code. And this pr also adjusts some test cases. # User-Facing Changes ```nushell ^false out> /dev/null; print "ok" ``` After this pr, it shouldn't print ok. # Tests + Formatting Done |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |