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