Skip to content

Commit 70f574e

Browse files
tomc974MylesBorins
authored andcommitted
src: add help for NODE_PENDING_DEPRECATION env
PR-URL: #15609 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 23e9bba commit 70f574e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node.cc

+2
Original file line numberDiff line numberDiff line change
@@ -3778,6 +3778,8 @@ static void PrintHelp() {
37783778
"NODE_PATH ':'-separated list of directories\n"
37793779
#endif
37803780
" prefixed to the module search path\n"
3781+
"NODE_PENDING_DEPRECATION set to 1 to emit pending deprecation\n"
3782+
" warnings\n"
37813783
"NODE_REPL_HISTORY path to the persistent REPL history file\n"
37823784
"OPENSSL_CONF load OpenSSL configuration from file\n"
37833785
"NODE_REDIRECT_WARNINGS write warnings to path instead of stderr\n"

0 commit comments

Comments
 (0)