Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd94642

Browse filesBrowse files
cjihrigItalo A. Casas
authored andcommitted
src: add NODE_NO_WARNINGS to --help output
This commit adds a description of the NODE_NO_WARNINGS environment variable to the --help output. This was overlooked in 4990212. Refs: #10842 PR-URL: #10918 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent b7bf43a commit cd94642
Copy full SHA for cd94642

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎src/node.cc‎

Copy file name to clipboardExpand all lines: src/node.cc
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,6 +3515,7 @@ static void PrintHelp() {
35153515
" (will extend linked-in data)\n"
35163516
#endif
35173517
#endif
3518+
"NODE_NO_WARNINGS set to 1 to silence process warnings\n"
35183519
#ifdef _WIN32
35193520
"NODE_PATH ';'-separated list of directories\n"
35203521
#else

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.