Skip to content

Commit 8ee27ff

Browse files
alvarpaddaleax
authored andcommitted
fs: change var to let
PR-URL: #30407 Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 8a9ee48 commit 8ee27ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/internal/fs/streams.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ WriteStream.prototype._writev = function(data, cb){
360360
constchunks=newArray(len);
361361
letsize=0;
362362

363-
for(vari=0;i<len;i++){
363+
for(leti=0;i<len;i++){
364364
constchunk=data[i].chunk;
365365

366366
chunks[i]=chunk;

0 commit comments

Comments
(0)