mirror of https://github.com/lukechilds/node.git
Browse Source
Two variables are declared twice with `var` in the same scope in `lib/fs.js`. This change refactors the code so the variable is declared just once. PR-URL: https://github.com/nodejs/node/pull/4959 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v4.x
Rich Trott
9 years ago
committed by
Myles Borins
1 changed files with 6 additions and 10 deletions
Loading…
Reference in new issue