mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Further improve arg errors (#3598)
* Further improve arg errors * Fix note * Fix note
This commit is contained in:
@ -451,7 +451,7 @@ fn spawn(
|
||||
}
|
||||
}
|
||||
let _ = stdout_read_tx.send(Ok(Value {
|
||||
value: UntaggedValue::Error(ShellError::external_non_zero()),
|
||||
value: UntaggedValue::nothing(),
|
||||
tag: stdout_name_tag,
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user