Skip to content

Commit

Permalink
Update lib/util/timers.js
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Nagy <ronagy@icloud.com>
  • Loading branch information
flakey5 and ronag authored Nov 5, 2024
1 parent eb65121 commit b9d2d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let fastNow = 0
*
* @type {number}
*/
let fastNowAbsolute = 0
let fastNowAbsolute = Date.now()

/**
* RESOLUTION_MS represents the target resolution time in milliseconds.
Expand Down

0 comments on commit b9d2d1a

Please sign in to comment.