Permalink
Please
sign in to comment.
Browse files
report: use uv_gettimeofday for dumpEventTimeStamp
dumpEventTimeStamp was not implemented on Windows, and did not include any error checking. This commit adds Windows support and error checking. PR-URL: #27029 Reviewed-By: Refael Ackermann <refack@gmail.com>
- Loading branch information...
Showing
with
9 additions
and 13 deletions.
- +7 −4 src/node_report.cc
- +1 −4 src/node_report.h
- +1 −5 test/common/report.js
0 comments on commit
af35d40