mirror of
https://github.com/nushell/nushell.git
synced 2025-05-16 20:54:35 +00: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.