From 13c16d9cfd2d8ce0dd748cf67ef10cc0b9e7e78f 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: 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(-) (limited to 'core/examples/http_bench_json_ops') 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 beb6c90e4..493574fe7 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, -- cgit v1.2.3