diff options
Diffstat (limited to 'ext/node/polyfills/internal/streams/passthrough.mjs')
-rw-r--r-- | ext/node/polyfills/internal/streams/passthrough.mjs | 2 |
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 dbaa9b215..53f6f91af 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/_stream.mjs"; +import { PassThrough } from "ext:deno_node/_stream.mjs"; export default PassThrough; |