diff --git a/ext/node/polyfills/process.ts b/ext/node/polyfills/process.ts index 03c757864..93f14af17 100644 --- a/ext/node/polyfills/process.ts +++ b/ext/node/polyfills/process.ts @@ -743,6 +743,7 @@ const process = new Process(); /* Set owned property */ process.versions = versions; +process.env = env; Object.defineProperty(process, Symbol.toStringTag, { enumerable: false,