File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -674,9 +674,9 @@ See also: [`child_process.exec()`][] and [`child_process.fork()`][].
674
674
## Synchronous Process Creation
675
675
676
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.
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.
680
680
681
681
Blocking calls like these are mostly useful for simplifying general-purpose
682
682
scripting tasks and for simplifying the loading/processing of application
You can’t perform that action at this time.
0 commit comments