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 26b060f

Browse filesBrowse files
dguoaddaleax
authored andcommitted
doc: indicate the format of process.version
PR-URL: #34872 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 26a596b commit 26b060f
Copy full SHA for 26b060f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2445,7 +2445,8 @@ added: v0.1.3
24452445

24462446
* {string}
24472447

2448-
The `process.version` property returns the Node.js version string.
2448+
The `process.version` property returns the Node.js version string in the form of
2449+
`v<major>.<minor>.<patch>`.
24492450

24502451
```js
24512452
console.log(`Version: ${process.version}`);

0 commit comments

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