diff options
Diffstat (limited to 'ext/node/polyfills/stream/promises.mjs')
-rw-r--r-- | ext/node/polyfills/stream/promises.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/stream/promises.mjs b/ext/node/polyfills/stream/promises.mjs index 2549c9a83..69ba7fd0c 100644 --- a/ext/node/polyfills/stream/promises.mjs +++ b/ext/node/polyfills/stream/promises.mjs @@ -1,7 +1,7 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. // Copyright Joyent and Node contributors. All rights reserved. MIT license. -import stream from "internal:deno_node/_stream.mjs"; +import stream from "ext:deno_node/_stream.mjs"; const { finished, pipeline } = stream.promises; |