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()`][].
674674## Synchronous Process Creation
675675
676676The [ ` 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
681681Blocking calls like these are mostly useful for simplifying general-purpose
682682scripting tasks and for simplifying the loading/processing of application
You can’t perform that action at this time.
0 commit comments