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: #15494
Fixes: #15484
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
tomc974 authored and MylesBorins committed Nov 28, 2017
1 parent 2c6aa17 commit 75b1e30
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 @@ -3823,6 +3823,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env,
"--no-deprecation",
"--trace-deprecation",
"--throw-deprecation",
"--pending-deprecation",
"--no-warnings",
"--napi-modules",
"--trace-warnings",
Expand Down

0 comments on commit 75b1e30

Please sign in to comment.