diff --git a/src/report.rs b/src/report.rs index a5e99e7..4b520a0 100644 --- a/src/report.rs +++ b/src/report.rs @@ -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!(