We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e9bba commit 70f574eCopy full SHA for 70f574e
src/node.cc
@@ -3778,6 +3778,8 @@ static void PrintHelp() {
3778
"NODE_PATH ':'-separated list of directories\n"
3779
#endif
3780
" prefixed to the module search path\n"
3781
+ "NODE_PENDING_DEPRECATION set to 1 to emit pending deprecation\n"
3782
+ " warnings\n"
3783
"NODE_REPL_HISTORY path to the persistent REPL history file\n"
3784
"OPENSSL_CONF load OpenSSL configuration from file\n"
3785
"NODE_REDIRECT_WARNINGS write warnings to path instead of stderr\n"
0 commit comments