diff options
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/list.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/git_remote_nostr/list.rs b/src/bin/git_remote_nostr/list.rs index 7dded6b..c2bd9d6 100644 --- a/src/bin/git_remote_nostr/list.rs +++ b/src/bin/git_remote_nostr/list.rs | |||
| @@ -210,6 +210,9 @@ pub fn list_from_remote( | |||
| 210 | } | 210 | } |
| 211 | } | 211 | } |
| 212 | if let Some(remote_state) = remote_state { | 212 | if let Some(remote_state) = remote_state { |
| 213 | if failed_protocols.is_empty() { | ||
| 214 | term.clear_last_lines(1)?; | ||
| 215 | } | ||
| 213 | Ok(remote_state) | 216 | Ok(remote_state) |
| 214 | } else { | 217 | } else { |
| 215 | let error = anyhow!( | 218 | let error = anyhow!( |