Further improve arg errors (#3598)

* Further improve arg errors

* Fix note

* Fix note
This commit is contained in:
JT
2021-06-10 20:33:06 +12:00
committed by GitHub
parent fc07e849fe
commit 3ae3e3d23d
4 changed files with 169 additions and 46 deletions

View File

@ -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,
}));
}