mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
parent
7ae25d10c8
commit
6f6893a93a
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ pub async fn open_ssh_project(
|
|||
})?
|
||||
.await;
|
||||
|
||||
if response == Ok(1) {
|
||||
if response == Ok(0) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue