Skip to content

Commit 3d7f7b2

Browse files
tomc974BridgeAR
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 55d49eb commit 3d7f7b2

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
@@ -3913,6 +3913,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env,
39133913
"--no-deprecation",
39143914
"--trace-deprecation",
39153915
"--throw-deprecation",
3916+
"--pending-deprecation",
39163917
"--no-warnings",
39173918
"--napi-modules",
39183919
"--expose-http2",

0 commit comments

Comments
 (0)