Exit code does not persist on an empty command in Nushell v0.69.1 #2872
Closed
lewis-yeung
started this conversation in
General
Replies: 3 comments 2 replies
|
@lewis-yeung probably, let's have a look at that. |
2 replies
|
I created an issue in Nushell repo: nushell/nushell#6673. |
0 replies
|
This has been resolved in Nushell v0.70.0. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In Nushell v0.69.1, if we press Enter on an empty command, a non-zero exit code will not persist in the next spawned prompt as expected, instead it will be always reset to 0. Can we do something in the init script to make the logic consistent with other shells?
All reactions