From 24d3fc27fb919dc52d077cf1e424644d4d331e3a Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Tue, 6 May 2025 09:44:23 +0200 Subject: [PATCH] Fixup wording of fatal error warning (#17881) --- crates/ty/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ty/src/main.rs b/crates/ty/src/main.rs index f0082f1824..156ce39bd5 100644 --- a/crates/ty/src/main.rs +++ b/crates/ty/src/main.rs @@ -307,7 +307,7 @@ impl MainLoop { )?; if max_severity.is_fatal() { - tracing::warn!("A fatal occurred while checking some files. Not all project files were analyzed. See the diagnostics list above for details."); + tracing::warn!("A fatal error occurred while checking some files. Not all project files were analyzed. See the diagnostics list above for details."); } if self.watcher.is_none() {