mirror of
https://github.com/robcholz/vibebox.git
synced 2026-04-22 03:25:56 +02:00
fix: avoid error from ssh break program
This commit is contained in:
+2
-1
@@ -311,7 +311,8 @@ fn run_ssh_session(
|
||||
thread::sleep(Duration::from_millis(500));
|
||||
}
|
||||
Ok(status) => {
|
||||
return Err(format!("ssh exited with status: {status}").into());
|
||||
eprintln!("[vibebox] ssh exited with status: {status}");
|
||||
break;
|
||||
}
|
||||
Err(err) => {
|
||||
return Err(format!("failed to start ssh: {err}").into());
|
||||
|
||||
Reference in New Issue
Block a user