Skip to content

fs: refactor redeclared variables

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fs-no-redeclare into master

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.

Merge request reports

Loading