Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: event with invalid timestamp in trace log #31349

Merged
merged 1 commit into from
Oct 14, 2021

Commits on Oct 14, 2021

  1. fix: event with invalid timestamp in trace log

    When node is started within Electron's environment it doesn't
    initialize v8 and time of v8's start is never set. As a result
    we log v8's start time as 0 and it breaks timestamps in the
    trace log. With this change we log v8's start time only when
    it was initialized by node.
    CezaryKulakowski committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    53cfb10 View commit details
    Browse the repository at this point in the history