0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib/internal/streams
Blaine Bublitz c1012b4402
stream: ensure Stream.pipeline re-throws errors without callback
Fixes an issue where Stream.pipeline wouldn't re-throw errors
on a stream if no callback was specified, thus swallowing
said errors.

Fixes: https://github.com/nodejs/node/issues/20303

PR-URL: https://github.com/nodejs/node/pull/20437
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-05-31 11:22:54 +02:00
..
async_iterator.js stream: fix error handling with async iteration 2018-04-29 17:22:48 +02:00
buffer_list.js
destroy.js Revert "stream: prevent 'end' to be emitted after 'error'" 2018-05-07 09:44:26 +02:00
duplexpair.js
end-of-stream.js
lazy_transform.js
legacy.js
pipeline.js stream: ensure Stream.pipeline re-throws errors without callback 2018-05-31 11:22:54 +02:00
state.js stream: refactor getHighWaterMark in state.js 2018-05-18 15:22:42 +02:00