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 BridgeAR committed Sep 24, 2017
1 parent 55d49eb commit 3d7f7b2
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 @@ -3913,6 +3913,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 3d7f7b2

Please sign in to comment.