Skip to content

stream: fix error-path function call

Rodrigo Muino Tomonari requested to merge github/fork/Trott/stream-error into master

The onFinish() function takes a single argument. The two extra arguments passed here are already in the function scope, and may result in the error being mishandled.

Merge request reports

Loading