We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715796f commit 6dabb1bCopy full SHA for 6dabb1b
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -834,7 +834,7 @@ extension SourceKitLSPServer {
834
nonisolated func indexTaskDidProduceResult(_ result: IndexProcessResult) {
835
self.sendNotificationToClient(
836
LogMessageNotification(
837
- type: result.failed ? .info : .warning,
+ type: result.failed ? .warning : .info,
838
message: """
839
\(result.taskDescription) finished in \(result.duration)
840
\(result.command)
0 commit comments