summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/examples/http_bench_json_ops/http_bench_json_ops.js2
1 files changed, 1 insertions, 1 deletions
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,