Skip to content

Commit 6848bfb

Browse files
Guilherme Goncalvesaddaleax
authored andcommitted
http: replace var with let
PR-URL: #30421 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 2ecc735 commit 6848bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/internal/http.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
const{ setUnrefTimeout }=require('internal/timers');
44
const{ PerformanceEntry, notify }=internalBinding('performance');
55

6-
varnowCache;
7-
varutcCache;
6+
letnowCache;
7+
letutcCache;
88

99
functionnowDate(){
1010
if(!nowCache)cache();

0 commit comments

Comments
(0)