diff options
Diffstat (limited to 'ext/net/01_net.js')
-rw-r--r-- | ext/net/01_net.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/net/01_net.js b/ext/net/01_net.js index 9b13fcf26..29b9d29fc 100644 --- a/ext/net/01_net.js +++ b/ext/net/01_net.js @@ -6,7 +6,7 @@ const { InterruptedPrototype, internalRidSymbol, } = core; -const { +import { op_dns_resolve, op_net_accept_tcp, op_net_accept_unix, @@ -26,7 +26,7 @@ const { op_net_set_multi_ttl_udp, op_set_keepalive, op_set_nodelay, -} = core.ensureFastOps(); +} from "ext:core/ops"; const { op_cancel_handle, } = core.ensureFastOps(true); |