We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789b818 commit b48a04bCopy full SHA for b48a04b
doc/api/child_process.md
@@ -674,9 +674,9 @@ See also: [`child_process.exec()`][] and [`child_process.fork()`][].
674
## Synchronous Process Creation
675
676
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.
+[`child_process.execFileSync()`][] methods are synchronous and will block the
+Node.js event loop, pausing execution of any additional code until the spawned
+process exits.
680
681
Blocking calls like these are mostly useful for simplifying general-purpose
682
scripting tasks and for simplifying the loading/processing of application
0 commit comments