We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f0037 commit d78b83aCopy full SHA for d78b83a
Sources/SourceKitBazelBSP/RequestHandlers/WatchedFiles/WatchedFileChangeHandler.swift
@@ -60,6 +60,11 @@ final class WatchedFileChangeHandler {
60
return true
61
}
62
63
+ guard !changes.isEmpty else {
64
+ logger.info("No (supported) file changes to process.")
65
+ return
66
+ }
67
+
68
logger.info("Received \(changes.count) file changes")
69
70
// First, calculate deleted targets before we clear them from the targetStore
0 commit comments