mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
# Description This PR changes the way we handled non-zero exit codes to be and early exit between `foo; bar`. If `foo` in the example has a non-zero exit code, `bar` wouldn't be run. This also affects subexpressions.