mirror of https://github.com/lukechilds/node.git
Browse Source
`lib/_stream_readable.js` contained three instances of `var` declarations occurring twice in the same scope. Refactored to `const` or `let` as appropriate. PR-URL: https://github.com/nodejs/node/pull/4816 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>process-exit-stdio-flushing
Rich Trott
9 years ago
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue