| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1186,9 +1186,10 @@ property is `false`. | |||
| 1186 | 1186 | ||
| 1187 | 1187 | The `'error'` event is emitted whenever: | |
| 1188 | 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. | ||
| 1189 | + * The process could not be spawned. | ||
| 1190 | + * The process could not be killed. | ||
| 1191 | + * Sending a message to the child process failed. | ||
| 1192 | + * The child process was aborted via the `signal` option. | ||
| 1192 | 1193 | ||
| 1193 | 1194 | The `'exit'` event may or may not fire after an error has occurred. When | |
| 1194 | 1195 | listening to both the `'exit'` and `'error'` events, guard | |
| Back | FazBrowse Home | New Git URL |
0 commit comments