mirror of https://github.com/lukechilds/node.git
Browse Source
Fix a regression introduced in commit 89f056b
("node: improve
performance of hrtime()") where the nanosecond field sometimes
had a negative value when calculating the difference between two
timestamps.
Fixes: https://github.com/nodejs/node/issues/4751
PR-URL: https://github.com/nodejs/node/pull/4757
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
process-exit-stdio-flushing
Ben Noordhuis
9 years ago
2 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue