Skip to content

Commit

Permalink
src: add --pending-deprecation to NODE_OPTIONS
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#15494
Fixes: nodejs/node#15484
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
tomc974 authored and addaleax committed Sep 30, 2017
1 parent e1ea1cb commit 11e93cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3950,6 +3950,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env,
"--no-deprecation",
"--trace-deprecation",
"--throw-deprecation",
"--pending-deprecation",
"--no-warnings",
"--napi-modules",
"--expose-http2",
Expand Down

0 comments on commit 11e93cc

Please sign in to comment.