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
@Jarred-Sumner would you like to send a PR? We can't do much about the Node.js source, and we should adapt the code in ours/errors.js to be spawned without new.
ERR_MULTIPLE_CALLBACK
is anError
subclass (eventually) defined here:readable-stream/lib/ours/errors.js
Lines 70 to 97 in a2e9aed
In this line,
ERR_MULTIPLE_CALLBACK
is called instead of constructed:readable-stream/lib/internal/streams/writable.js
Line 594 in a2e9aed
I ran into this in a difficult to isolate scenario
The text was updated successfully, but these errors were encountered: