Skip to content

Commit 75b1e30

Browse files
tomc974MylesBorins
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 2c6aa17 commit 75b1e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.cc

+1
Original file line numberDiff line numberDiff line change
@@ -3823,6 +3823,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env,
38233823
"--no-deprecation",
38243824
"--trace-deprecation",
38253825
"--throw-deprecation",
3826+
"--pending-deprecation",
38263827
"--no-warnings",
38273828
"--napi-modules",
38283829
"--trace-warnings",

0 commit comments

Comments
 (0)