diff --git a/ext/node/polyfills/process.ts b/ext/node/polyfills/process.ts index d7e21b6576..82f92ebafc 100644 --- a/ext/node/polyfills/process.ts +++ b/ext/node/polyfills/process.ts @@ -748,6 +748,8 @@ Object.defineProperty(Process.prototype, "allowedNodeEnvironmentFlags", { }, }); +export const allowedNodeEnvironmentFlags = ALLOWED_FLAGS; + Process.prototype.features = { inspector: false }; // TODO(kt3k): Get the value from --no-deprecation flag.