| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d708887 commit 175b8fe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,8 +3,8 @@ | |||
| 3 | 3 | const { setUnrefTimeout } = require('internal/timers'); | |
| 4 | 4 | const { PerformanceEntry, notify } = internalBinding('performance'); | |
| 5 | 5 | ||
| 6 | - var nowCache; | ||
| 7 | - var utcCache; | ||
| 6 | + let nowCache; | ||
| 7 | + let utcCache; | ||
| 8 | 8 | ||
| 9 | 9 | function nowDate() { | |
| 10 | 10 | if (!nowCache) cache(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments