From a2dbcf9e0aa1f70056ccc6ecdd4c813d30af768c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 18 May 2024 11:42:03 -0400 Subject: perf: analyze cjs exports and emit typescript in parallel (#23856) --- cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 099bf060c..0abbc2a37 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -120,7 +120,7 @@ async fn run_subcommand(flags: Flags) -> Result { main_graph_container .load_and_type_check_files(&cache_flags.files) .await?; - emitter.cache_module_emits(&main_graph_container.graph()) + emitter.cache_module_emits(&main_graph_container.graph()).await }), DenoSubcommand::Check(check_flags) => spawn_subcommand(async move { let factory = CliFactory::from_flags(flags)?; -- cgit v1.2.3