Skip to content

stream: refactor redeclared variables

lib/_stream_readable.js contained three instances of var declarations occurring twice in the same scope. Refactored to const or let as appropriate.

Merge request reports

Loading