mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 21:32:39 +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;
|
.await;
|
||||||
|
|
||||||
if response == Ok(1) {
|
if response == Ok(0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue