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 b48a04b

Browse filesBrowse files
Trottrvagg
authored andcommitted
doc: remove unnecessary bold text from child_process.md
PR-URL: #26141 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 789b818 commit b48a04b
Copy full SHA for b48a04b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/child_process.md‎

Copy file name to clipboardExpand all lines: doc/api/child_process.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,9 @@ See also: [`child_process.exec()`][] and [`child_process.fork()`][].
674674
## Synchronous Process Creation
675675

676676
The [`child_process.spawnSync()`][], [`child_process.execSync()`][], and
677-
[`child_process.execFileSync()`][] methods are **synchronous** and **will**
678-
block the Node.js event loop, pausing execution of any additional code until the
679-
spawned process exits.
677+
[`child_process.execFileSync()`][] methods are synchronous and will block the
678+
Node.js event loop, pausing execution of any additional code until the spawned
679+
process exits.
680680

681681
Blocking calls like these are mostly useful for simplifying general-purpose
682682
scripting tasks and for simplifying the loading/processing of application

0 commit comments

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