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

doc: added details around console.timeEnd changes #35027

Closed
wants to merge 1 commit into from

Commits on Oct 3, 2020

  1. doc: added details around console.timeEnd changes

    Since PR nodejs#29251 is merged into the
    master, the implementation of `console.timeEnd` is not to print the
    milliseconds on the stdout but instead print a more readable time unit
    on the console. For example if the total time comes out to be 3456
    milliseconds, it will be printed as 3.45 seconds so that it is much more
    readable and consistent.
    
    Referenced PR: nodejs#29251
    Fixes: nodejs#35011
    yashLadha committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    c449308 View commit details
    Browse the repository at this point in the history