From 485fade0b6910e29557c6627d37985b47735bf8e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sun, 5 Nov 2023 14:27:36 -0700 Subject: chore: migrate to new deno_core and metrics (#21057) - Uses the new OpMetrics system for sync and async calls - Partial revert of #21048 as we moved Array.fromAsync upstream to deno_core --- cli/tsc/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc') diff --git a/cli/tsc/mod.rs b/cli/tsc/mod.rs index 524719755..22c29a228 100644 --- a/cli/tsc/mod.rs +++ b/cli/tsc/mod.rs @@ -948,7 +948,7 @@ mod tests { .context("Unable to get CWD") .unwrap(), ); - let mut op_state = OpState::new(1, None); + let mut op_state = OpState::new(None); op_state.put(state); op_state } -- cgit v1.2.3