I am still not sure this will fix the graphic IDE issue,
but it will most certainly fix the rehashing issues.
Still need to consider how to tackle the IDE issue.
Hmm.
Maybe I have the strangest idea.
I will try.
"Can't read exit code from process.\nMaybe the process was killed using a signal?"
"Can't read exit code from process.\nMaybe the process was killed using a signal?"
))]
))]
CantReadProcessExitCode,
CantReadProcessExitCode,
#[snafu(display("{}", source))]
CantGetCurrentVersion{
source: current_version::Error,
},
#[snafu(display("No current version. Please run `fnm use <version>` and retry."))]
NoCurrentVersion,
#[snafu(display("command not provided. Please provide a command to run as an argument, like {} or {}.\n{} {}", "node".italic(), "bash".italic(), "example:".yellow().bold(), "fnm exec --using=12 node --version".italic().yellow()))]
#[snafu(display("command not provided. Please provide a command to run as an argument, like {} or {}.\n{} {}", "node".italic(), "bash".italic(), "example:".yellow().bold(), "fnm exec --using=12 node --version".italic().yellow()))]