mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Print shell name in path setup warning
This commit is contained in:
@@ -87,8 +87,12 @@ pub fn verify_path_setup() -> Result<(), String> {
|
||||
Ok(_) => Err(shell.to_string()),
|
||||
Err(err) => {
|
||||
eprintln!(
|
||||
"\nWarning: could not run login shell, skipping PATH setup check: {}",
|
||||
err
|
||||
"\n{}",
|
||||
wrap(&format!(
|
||||
"Warning: could not run {} as a login shell, skipping PATH setup check: \
|
||||
{}",
|
||||
shell.bright_white(), err
|
||||
))
|
||||
);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user