mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Add missing blank line to path check warning
This commit is contained in:
@@ -87,7 +87,7 @@ pub fn verify_path_setup() -> Result<(), String> {
|
||||
Ok(_) => Err(shell.to_string()),
|
||||
Err(err) => {
|
||||
eprintln!(
|
||||
"Warning: could not run login shell, skipping PATH setup check: {}",
|
||||
"\nWarning: could not run login shell, skipping PATH setup check: {}",
|
||||
err
|
||||
);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user