summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/streams/duplex.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/streams/duplex.mjs')
-rw-r--r--ext/node/polyfills/internal/streams/duplex.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/streams/duplex.mjs b/ext/node/polyfills/internal/streams/duplex.mjs
index df62f764d..b1085a6e4 100644
--- a/ext/node/polyfills/internal/streams/duplex.mjs
+++ b/ext/node/polyfills/internal/streams/duplex.mjs
@@ -2,7 +2,7 @@
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// deno-lint-ignore-file
-import { Duplex } from "internal:deno_node/_stream.mjs";
+import { Duplex } from "ext:deno_node/_stream.mjs";
const { from, fromWeb, toWeb } = Duplex;
export default Duplex;