Skip to content

Commit 175b8fe

Browse files
Guilherme GoncalvesMylesBorins
authored andcommitted
http: replace var with let
PR-URL: #30421 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent d708887 commit 175b8fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎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)