File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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
741741does not exit, the parent process will still wait until the child process has
742742exited.
743743
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
746746[ ` child_process.spawnSync() ` ] [ ] .
747747
748748** 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
802802` SIGTERM ` signal and doesn't exit, the parent process will wait until the child
803803process has exited.*
804804
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
807807[ ` child_process.spawnSync() ` ] [ ] .
808808
809809** Never pass unsanitized user input to this function. Any input containing shell
You can’t perform that action at this time.
0 commit comments