mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore: update deno_graph and deno_doc (#13173)
This commit is contained in:
parent
ac06797fa8
commit
8547a37132
27 changed files with 113 additions and 53 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue