diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index 1f545d51f..471afdffd 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -719,7 +719,7 @@ async fn create_graph_and_maybe_check( let check_result = emit::check_and_maybe_emit( &graph.roots, Arc::new(RwLock::new(graph.as_ref().into())), - &mut cache, + &ps.dir.gen_cache, emit::CheckOptions { type_check_mode: ps.flags.type_check_mode.clone(), debug, |