Skip to content

Commit

Permalink
merge-queue-trial: change #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 7, 2023
1 parent f0ad4db commit dfe7516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/kbn-utils/src/streams/concat_stream_providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import { Readable, PassThrough, TransformOptions } from 'stream';
* @param {PassThroughOptions} options options passed to the PassThrough constructor
* @return {WritableStream} combined stream
*/

// merge-queue-test-4
export function concatStreamProviders(
sourceProviders: Array<() => Readable>,
options?: TransformOptions
Expand Down

0 comments on commit dfe7516

Please sign in to comment.