1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00

bench: fix json ops benchmark (#18941)

This commit is contained in:
Bartek Iwańczuk 2023-05-01 20:41:56 +02:00 committed by GitHub
parent 9efed4c7a3
commit 13c16d9cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,