Skip to content

Commit 4f88c19

Browse files
tomc974jasnell
authored andcommitted
src: add --pending-deprecation to NODE_OPTIONS
PR-URL: #15494 Fixes: #15484 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 8bbbda5 commit 4f88c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3887,6 +3887,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env,
38873887
"--no-deprecation",
38883888
"--trace-deprecation",
38893889
"--throw-deprecation",
3890+
"--pending-deprecation",
38903891
"--no-warnings",
38913892
"--napi-modules",
38923893
"--expose-http2",

0 commit comments

Comments
 (0)