summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_stream.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/_stream.mjs')
-rw-r--r--ext/node/polyfills/_stream.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_stream.mjs b/ext/node/polyfills/_stream.mjs
index d6db3020b..6b772ac04 100644
--- a/ext/node/polyfills/_stream.mjs
+++ b/ext/node/polyfills/_stream.mjs
@@ -48,7 +48,7 @@ import {
// generated with
// $ esbuild --bundle --legal-comments=none --target=es2022 --tree-shaking=true --format=esm .
// ... then making sure the file uses the existing ext:deno_node stuff instead of bundling it
-const __process$ = { nextTick };
+import __process$ from "node:process";
import __buffer$ from "node:buffer";
import __string_decoder$ from "node:string_decoder";
import __events$ from "node:events";