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
I recently hit a bug that was kinda hard to debug where I was accidentally passing a stream constructor rather than a stream to multi-read-stream. The error came from fairly deep inside pump.
Would you be open to a PR implementing simple validation of the input arguments using is-stream, and throwing a helpful error if any of the args isn't a stream?
The text was updated successfully, but these errors were encountered:
I recently hit a bug that was kinda hard to debug where I was accidentally passing a stream constructor rather than a stream to
multi-read-stream
. The error came from fairly deep insidepump
.Would you be open to a PR implementing simple validation of the input arguments using is-stream, and throwing a helpful error if any of the args isn't a stream?
The text was updated successfully, but these errors were encountered: