Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-02-15 22:45:50 +0300
committerRich Trott <rtrott@gmail.com>2019-02-19 00:52:12 +0300
commit8b9364364e033246f85597a42d62b375a13e2c4f (patch)
treee652adb02d3434f5e4592e06ae7d018c460747d7 /doc/api/child_process.md
parent266234bd62ff2d6f60e9127508f89641f8ada7c8 (diff)
doc: remove unnecessary bold italics from child_process.md
PR-URL: https://github.com/nodejs/node/pull/26141 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/child_process.md')
-rw-r--r--doc/api/child_process.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index a5579451a73..108efb91cef 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -741,8 +741,8 @@ If the child process intercepts and handles the `SIGTERM` signal and
does not exit, the parent process will still wait until the child process has
exited.
-If the process times out or has a non-zero exit code, this method ***will***
-throw an [`Error`][] that will include the full result of the underlying
+If the process times out or has a non-zero exit code, this method will throw an
+[`Error`][] that will include the full result of the underlying
[`child_process.spawnSync()`][].
**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
`SIGTERM` signal and doesn't exit, the parent process will wait until the child
process has exited.*
-If the process times out or has a non-zero exit code, this method ***will***
-throw. The [`Error`][] object will contain the entire result from
+If the process times out or has a non-zero exit code, this method will throw.
+The [`Error`][] object will contain the entire result from
[`child_process.spawnSync()`][].
**Never pass unsanitized user input to this function. Any input containing shell