diff options
Diffstat (limited to 'ext/web/02_timers.js')
-rw-r--r-- | ext/web/02_timers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/02_timers.js b/ext/web/02_timers.js index 5d7ee49e0..7c0bc1e3a 100644 --- a/ext/web/02_timers.js +++ b/ext/web/02_timers.js @@ -31,7 +31,7 @@ const hrU8 = new Uint8Array(8); const hr = new Uint32Array(hrU8.buffer); function opNow() { - ops.op_now.fast(hrU8); + ops.op_now(hrU8); return (hr[0] * 1000 + hr[1] / 1e6); } |