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 dae93ca

Browse filesBrowse files
dguoDanielle Adams
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 fff1e7f commit dae93ca
Copy full SHA for dae93ca

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
@@ -2476,7 +2476,8 @@ added: v0.1.3
24762476

24772477
* {string}
24782478

2479-
The `process.version` property returns the Node.js version string.
2479+
The `process.version` property returns the Node.js version string in the form of
2480+
`v<major>.<minor>.<patch>`.
24802481

24812482
```js
24822483
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.