diff options
-rw-r--r-- | ext/node/polyfills/process.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/polyfills/process.ts b/ext/node/polyfills/process.ts index d7e21b657..82f92ebaf 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. |