Skip to content

stream: call done() in consistent fashion

Rodrigo Muino Tomonari requested to merge github/fork/Trott/consistency into master

All three destroy() functions defined in adapter.js contain a done() function that takes no arguments. In one instance, however, an argument is nonetheless passed. Remove it for consistency.

Merge request reports

Loading