feature/lookup-installed
trivernis 1 year ago
parent 76f712bd1b
commit 9c7b588865
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -128,7 +128,7 @@ pub struct ReqwestError(#[from] reqwest::Error);
#[derive(Debug, Error, Diagnostic)]
#[diagnostic(
code(nenv::exec::command),
help("Make sure you selected the correct node version and check if {path:?} exist.")
help("Make sure you selected the correct node version and check if {path:?} exists.")
)]
#[error("The command `{command}` could not be found for this node version.")]
pub struct CommandNotFoundError {

Loading…
Cancel
Save