From 2acb5ce635f41db8091a743fb2187836a0b3c209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 1 May 2023 20:41:56 +0200 Subject: [PATCH] bench: fix json ops benchmark (#18941) --- core/examples/http_bench_json_ops/http_bench_json_ops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/examples/http_bench_json_ops/http_bench_json_ops.js b/core/examples/http_bench_json_ops/http_bench_json_ops.js index beb6c90e45..493574fe7e 100644 --- a/core/examples/http_bench_json_ops/http_bench_json_ops.js +++ b/core/examples/http_bench_json_ops/http_bench_json_ops.js @@ -5,7 +5,7 @@ // deno-lint-ignore-file camelcase -const { op_listen } = Deno.core.ops; +const { op_listen } = Deno[Deno.internal].core.ops; const { op_accept, op_read_socket,