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 18c56df

Browse filesBrowse files
morrmeMylesBorins
authored andcommitted
doc: fix typo in doc/api/process.md
PR-URL: #12612 Fixes: #12565 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: David Cai <davidcai1993@yahoo.com>
1 parent daf6535 commit 18c56df
Copy full SHA for 18c56df

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ These behaviours are partly for historical reasons, as changing them would
15941594
create backwards incompatibility, but they are also expected by some users.
15951595

15961596
Synchronous writes avoid problems such as output written with `console.log()` or
1597-
`console.write()` being unexpectedly interleaved, or not written at all if
1597+
`console.error()` being unexpectedly interleaved, or not written at all if
15981598
`process.exit()` is called before an asynchronous write completes. See
15991599
[`process.exit()`][] for more information.
16001600

0 commit comments

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