You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason when an error is emitted on stream in node 8 this is propagated correctly and followed by end event, however on node 10, this happens in reverse order. (using latest 2.0.1 version of pumpify)
For some reason when an
error
is emitted on stream in node 8 this is propagated correctly and followed byend
event, however on node 10, this happens in reverse order. (using latest 2.0.1 version of pumpify)Example:
Notice the reverse order of events.
Is this expected behaviour? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: