mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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()),
|
Ok(_) => Err(shell.to_string()),
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"Warning: could not run login shell, skipping PATH setup check: {}",
|
"\nWarning: could not run login shell, skipping PATH setup check: {}",
|
||||||
err
|
err
|
||||||
);
|
);
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user