Clean up report when no new links
This commit is contained in:
parent
5ed96b8eb8
commit
df2e6ab126
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ pub fn generate_report(
|
|||
style(format!("({} new links)", total_count)).bold()
|
||||
);
|
||||
|
||||
if failed_count == 0 && success_count == 0 {
|
||||
info!("");
|
||||
continue;
|
||||
}
|
||||
|
||||
// Success/failure summary
|
||||
if failed_count > 0 {
|
||||
info!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue