summaryrefslogtreecommitdiff
path: root/cli/lsp/cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lsp/cache.rs')
-rw-r--r--cli/lsp/cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/cache.rs b/cli/lsp/cache.rs
index b26c0ba4f..941b6d9cf 100644
--- a/cli/lsp/cache.rs
+++ b/cli/lsp/cache.rs
@@ -83,7 +83,7 @@ impl CacheServer {
)
.await;
- if tx.send(graph_valid(&graph, true)).is_err() {
+ if tx.send(graph_valid(&graph, true, false)).is_err() {
log::warn!("cannot send to client");
}
}