Browse Source

src: add --pending-deprecation to NODE_OPTIONS

PR-URL: https://github.com/nodejs/node/pull/15494
Fixes: https://github.com/nodejs/node/issues/15484
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
canary-base
Thomas Corbière 8 years ago
committed by Ruben Bridgewater
parent
commit
3d7f7b2a0c
No known key found for this signature in database GPG Key ID: F07496B3EB3C1762
  1. 1
      src/node.cc

1
src/node.cc

@ -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",

Loading…
Cancel
Save