We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76408bc commit 7718e82Copy full SHA for 7718e82
doc/api/child_process.md
@@ -1186,9 +1186,10 @@ property is `false`.
1186
1187
The `'error'` event is emitted whenever:
1188
1189
-1. The process could not be spawned, or
1190
-2. The process could not be killed, or
1191
-3. Sending a message to the child process failed.
+* The process could not be spawned.
+* The process could not be killed.
+* Sending a message to the child process failed.
1192
+* The child process was aborted via the `signal` option.
1193
1194
The `'exit'` event may or may not fire after an error has occurred. When
1195
listening to both the `'exit'` and `'error'` events, guard
0 commit comments