Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 21, 2024
1 parent d9a226f commit c40cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ This is `undefined` if either:
`pipeOptions`: [`PipeOptions`](#pipeoptions)\
_Returns_: [`Promise<ChildProcessResult>`](#childprocessresult)

[Pipe](https://nodejs.org/api/stream.html#readablepipedestination-options) the child process' `stdout` to a second Execa child process' `stdin`. This resolves with that second process' [result](#childprocessresult). If either process is rejected, this is rejected with either process' [error](#childprocessresult) instead.
[Pipe](https://nodejs.org/api/stream.html#readablepipedestination-options) the child process' `stdout` to a second Execa child process' `stdin`. This resolves with that second process' [result](#childprocessresult). If either process is rejected, this is rejected with that process' [error](#childprocessresult) instead.

This can be called multiple times to chain a series of processes.

Expand Down

0 comments on commit c40cd06

Please sign in to comment.