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/standalone/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/standalone') diff --git a/cli/standalone/mod.rs b/cli/standalone/mod.rs index 803655b9a..4c5430834 100644 --- a/cli/standalone/mod.rs +++ b/cli/standalone/mod.rs @@ -453,6 +453,7 @@ pub async fn run( argv: metadata.argv, log_level: WorkerLogLevel::Info, coverage_dir: None, + enable_op_summary_metrics: false, enable_testing_features: false, has_node_modules_dir, hmr: false, -- cgit v1.2.3