Commit 0f3b8ca
fs: refactor redeclared variables
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: #4959
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Brian White <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>1 parent 6048b01 commit 0f3b8ca
1 file changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1367 | 1367 | | |
1368 | 1368 | | |
1369 | 1369 | | |
1370 | | - | |
1371 | | - | |
1372 | | - | |
1373 | | - | |
1374 | | - | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
1375 | 1373 | | |
1376 | 1374 | | |
1377 | | - | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
1382 | 1378 | | |
1383 | 1379 | | |
1384 | 1380 | | |
| |||
0 commit comments