mirror of https://github.com/astral-sh/ruff
Fixup wording of fatal error warning (#17881)
This commit is contained in:
parent
6f821ac846
commit
24d3fc27fb
|
|
@ -307,7 +307,7 @@ impl MainLoop {
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
if max_severity.is_fatal() {
|
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() {
|
if self.watcher.is_none() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue