forked from extern/nushell
Clarify external command error (#6308)
This commit is contained in:
parent
2da915d0c7
commit
d885258dc7
@ -389,7 +389,7 @@ Either make sure {0} is a string, or add a 'to_string' entry for it in ENV_CONVE
|
|||||||
/// ## Resolution
|
/// ## Resolution
|
||||||
///
|
///
|
||||||
/// This error is fairly generic. Refer to the specific error message for further details.
|
/// This error is fairly generic. Refer to the specific error message for further details.
|
||||||
#[error("External command")]
|
#[error("External command failed")]
|
||||||
#[diagnostic(code(nu::shell::external_command), url(docsrs), help("{1}"))]
|
#[diagnostic(code(nu::shell::external_command), url(docsrs), help("{1}"))]
|
||||||
ExternalCommand(String, String, #[label("{0}")] Span),
|
ExternalCommand(String, String, #[label("{0}")] Span),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user