We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10edbbb commit 96fe504Copy full SHA for 96fe504
doc/api/child_processes.markdown
@@ -141,8 +141,8 @@ spawning the process with an empty environment rather than using
141
API.
142
143
There is a deprecated option called `customFds` which allows one to specify
144
-specific file descriptors for the stdio of the child process. This API is
145
-was not portable to all platforms and therefore removed.
+specific file descriptors for the stdio of the child process. This API was
+not portable to all platforms and therefore removed.
146
With `customFds` it was possible to hook up the new process' [stdin, stdout,
147
stderr] to existing streams; `-1` meant that a new stream should be created.
148
Use at your own risk.
0 commit comments