mirror of
https://github.com/denoland/deno.git
synced 2025-01-02 12:28:46 -05:00
fix(ext/node): export process.allowedNodeEnvironmentFlags
(#25629)
This commit is contained in:
parent
ccd1ca8a8b
commit
4655172c0b
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue