1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -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 Levente Kurusa
parent 6df6024506
commit 2acb5ce635
No known key found for this signature in database
GPG key ID: 9F72F3C05BA137C4

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,