chore: update deno_graph and deno_doc (#13173)

This commit is contained in:
Kitson Kelly 2021-12-23 00:25:06 +11:00 committed by GitHub
parent ac06797fa8
commit 8547a37132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 113 additions and 53 deletions

View file

@ -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");
}
}