diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-01 15:25:50 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-01 15:25:50 +0100 |
| commit | 2bf7276bef9708f7f4d2c344abc0c8f132199433 (patch) | |
| tree | 57e854df9b2727ea4b9942a70065fbad6c385c2a /src/client.rs | |
| parent | 4a38d5f4179114fce60f84c4694284a49f648c64 (diff) | |
Revert "clear 'fetching updates..' when done"
This reverts commit 4a38d5f4179114fce60f84c4694284a49f648c64.
Diffstat (limited to 'src/client.rs')
| -rw-r--r-- | src/client.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs index 82a34c6..db41f99 100644 --- a/src/client.rs +++ b/src/client.rs | |||
| @@ -1469,7 +1469,6 @@ pub async fn fetching_with_report( | |||
| 1469 | .await?; | 1469 | .await?; |
| 1470 | if !relay_reports.iter().any(std::result::Result::is_err) { | 1470 | if !relay_reports.iter().any(std::result::Result::is_err) { |
| 1471 | let _ = progress_reporter.clear(); | 1471 | let _ = progress_reporter.clear(); |
| 1472 | term.clear_last_lines(1)?; | ||
| 1473 | } | 1472 | } |
| 1474 | let report = consolidate_fetch_reports(relay_reports); | 1473 | let report = consolidate_fetch_reports(relay_reports); |
| 1475 | if report.to_string().is_empty() { | 1474 | if report.to_string().is_empty() { |