diff options
Diffstat (limited to 'ext/node/polyfills/stream.ts')
-rw-r--r-- | ext/node/polyfills/stream.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/stream.ts b/ext/node/polyfills/stream.ts index 1b4ea6815..794f88c9b 100644 --- a/ext/node/polyfills/stream.ts +++ b/ext/node/polyfills/stream.ts @@ -18,7 +18,7 @@ import { Stream, Transform, Writable, -} from "internal:deno_node/_stream.mjs"; +} from "ext:deno_node/_stream.mjs"; export { _isUint8Array, |