Skip to content

Commit

Permalink
add suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
freyavs authored and joachimvh committed Sep 4, 2020
1 parent 693d5b2 commit 8e947a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Util.ts
Expand Up @@ -59,7 +59,7 @@ export const matchingMediaType = (mediaA: string, mediaB: string): boolean => {
* @param readable - Initial readable stream.
* @param destination - The destination for writing data.
*
* @returns destination as a Readable.
* @returns The destination stream.
*/
export const pipeStreamsAndErrors = <T extends Writable>(readable: Readable, destination: T): T => {
readable.pipe(destination);
Expand Down

0 comments on commit 8e947a9

Please sign in to comment.