Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9309c9d

Browse files
tomc974MylesBorins
authored andcommittedSep 29, 2017
src: add help for NODE_PENDING_DEPRECATION env
PR-URL: #15609 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 803d9c1 commit 9309c9d

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
@@ -3849,6 +3849,8 @@ static void PrintHelp() {
38493849
"NODE_PATH ':'-separated list of directories\n"
38503850
#endif
38513851
" prefixed to the module search path\n"
3852+
"NODE_PENDING_DEPRECATION set to 1 to emit pending deprecation\n"
3853+
" warnings\n"
38523854
"NODE_REPL_HISTORY path to the persistent REPL history\n"
38533855
" file\n"
38543856
"NODE_REDIRECT_WARNINGS write warnings to path instead of\n"

0 commit comments

Comments
 (0)
Please sign in to comment.