How often does it reproduce? Is there a required condition?
all the time
What is the expected behavior?
I expect pipeline callback to be called with error argument. So I'll have the output like this:
run test
Error: Artificial error
at /Users/hackerman/Documents/code/wave/demo.js:16:59
at Transform.transform [as _transform] (/Users/hackerman/Documents/code/wave/demo.js:11:7)
at Transform._write (node:internal/streams/transform:184:23)
at writeOrBuffer (node:internal/streams/writable:400:12)
at _write (node:internal/streams/writable:341:10)
at Transform.Writable.write (node:internal/streams/writable:345:10)
at Object.<anonymous> (/Users/hackerman/Documents/code/wave/demo.js:24:4)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
at Module.load (node:internal/modules/cjs/loader:973:32)
done
What do you see instead?
pipeline callback is not called. Output that I have:
run test
Additional information
When I run mentioned code with --inspect-brk flag — I can achieve expected behaviour in google chrome console. Steps:
run node --inspect-brk demo.js
open chrome://inspect/#devices in chrome
click inspect and resume script execution
The text was updated successfully, but these errors were encountered:
We are unable to convert the task to an issue at this time. Please try again.
The issue was successfully created but we are unable to update the comment at this time.
sullenor
changed the title
stream.pipeline does not invoke callback
stream.pipeline does not invoke callback when error happens
Jul 19, 2021
Version
v15.8.0
Platform
Darwin Alekseys-iMac.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
Subsystem
stream
What steps will reproduce the bug?
Run the following code:
How often does it reproduce? Is there a required condition?
all the time
What is the expected behavior?
I expect
pipelinecallback to be called with error argument. So I'll have the output like this:What do you see instead?
pipelinecallback is not called. Output that I have:Additional information
When I run mentioned code with
--inspect-brkflag — I can achieve expected behaviour in google chrome console. Steps:node --inspect-brk demo.jschrome://inspect/#devicesin chromeThe text was updated successfully, but these errors were encountered: