diff options
Diffstat (limited to 'cli/tools/fmt.rs')
-rw-r--r-- | cli/tools/fmt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs index 3eb620900..4e399bcf5 100644 --- a/cli/tools/fmt.rs +++ b/cli/tools/fmt.rs @@ -316,6 +316,7 @@ async fn check_source_files( incremental_cache.update_file(&file_path, &file_text); } Err(e) => { + not_formatted_files_count.fetch_add(1, Ordering::Relaxed); let _g = output_lock.lock(); eprintln!("Error checking: {}", file_path.to_string_lossy()); eprintln!(" {}", e); |