diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-25 20:32:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 20:32:51 +0200 |
commit | 8e3f825c921b38141afa7a69a0664881c5c94461 (patch) | |
tree | 09ffac0d9118d7d5214e247dbf55db06398f1bf9 /ext/net/lib.rs | |
parent | 1f6aeb430b71c16c2d9525edba63032d9ac7b372 (diff) |
Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)
Should fix https://github.com/denoland/deno_std/issues/2807
Diffstat (limited to 'ext/net/lib.rs')
-rw-r--r-- | ext/net/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/net/lib.rs b/ext/net/lib.rs index ddeeeb1a8..35d612598 100644 --- a/ext/net/lib.rs +++ b/ext/net/lib.rs @@ -90,6 +90,7 @@ pub fn init<P: NetPermissions + 'static>( prefix "deno:ext/net", "01_net.js", "02_tls.js", + "04_net_unstable.js", )) .ops(ops) .state(move |state| { |