From d9fa2dd5505a773ac2c8eb6ca2a8bbd237aca35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 5 Mar 2024 01:17:39 +0000 Subject: chore: upgrade deno_core (#22699) Co-authored-by: Matt Mastracci --- bench_util/js_runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench_util') diff --git a/bench_util/js_runtime.rs b/bench_util/js_runtime.rs index 819a6c02b..a97d8ae50 100644 --- a/bench_util/js_runtime.rs +++ b/bench_util/js_runtime.rs @@ -116,7 +116,7 @@ pub fn bench_js_async_with( } async fn inner_async(src: &'static str, runtime: &mut JsRuntime) { - runtime.execute_script_static("inner_loop", src).unwrap(); + runtime.execute_script("inner_loop", src).unwrap(); runtime .run_event_loop(PollEventLoopOptions::default()) .await -- cgit v1.2.3