File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -741,8 +741,8 @@ If the child process intercepts and handles the `SIGTERM` signal and
741
741
does not exit, the parent process will still wait until the child process has
742
742
exited.
743
743
744
- If the process times out or has a non-zero exit code, this method *** will***
745
- throw an [ ` Error ` ] [ ] that will include the full result of the underlying
744
+ If the process times out or has a non-zero exit code, this method will throw an
745
+ [ ` Error ` ] [ ] that will include the full result of the underlying
746
746
[ ` child_process.spawnSync() ` ] [ ] .
747
747
748
748
** If the ` shell ` option is enabled, do not pass unsanitized user input to this
@@ -802,8 +802,8 @@ completely exited. *Note that if the child process intercepts and handles the
802
802
` SIGTERM ` signal and doesn't exit, the parent process will wait until the child
803
803
process has exited.*
804
804
805
- If the process times out or has a non-zero exit code, this method *** will***
806
- throw. The [ ` Error ` ] [ ] object will contain the entire result from
805
+ If the process times out or has a non-zero exit code, this method will throw.
806
+ The [ ` Error ` ] [ ] object will contain the entire result from
807
807
[ ` child_process.spawnSync() ` ] [ ] .
808
808
809
809
** Never pass unsanitized user input to this function. Any input containing shell
You can’t perform that action at this time.
0 commit comments