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,