Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2551bb1 commit b31bb72Copy full SHA for b31bb72
doc/api/child_process.md
@@ -1088,6 +1088,8 @@ added: REPLACEME
1088
-->
1089
1090
The `'spawn'` event is emitted once the child process has spawned successfully.
1091
+If the child process does not spawn successfully, the `'spawn'` event is not
1092
+emitted and the `'error'` event is emitted instead.
1093
1094
If emitted, the `'spawn'` event comes before all other events and before any
1095
data is received via `stdout` or `stderr`.
0 commit comments