Skip to content

Conversation

@ben-page
Copy link
Contributor

@ben-pageben-page commented Apr 28, 2016

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

I added a note warning about a change to console.endTime(). Prior to #3562, you could call console.endTime multiple times for the same label. This was unintended functionality, but the change needed to be documented.

Related Issue: #6452

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Apr 28, 2016
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use Node.js v6.0.0 here please?

Maybe also instead of "timeEnd()", do console.timeEnd()

@evanlucas
Copy link
Contributor

Thanks for the PR @ben-page! I made a few comments. Let me know if you have any questions.

/cc @nodejs/documentation

@jasnell
Copy link
Member

LGTM with nits addressed

@eljefedelrodeodeljefe
Copy link
Contributor

LGTM with @evanlucas nits addressed. Thx.

Unintended functionality was removed from console.endTime by nodejs#3562. Prior to that, you could call console.endTime multiple times for the same label.
@ben-pageben-pageforce-pushed the doc-console-endTime branch from b05db6f to dad5c2cCompareApril 28, 2016 23:25
@ben-page
Copy link
ContributorAuthor

Thanks for the feedback. I made the changes.

@mscdexmscdex added the console Issues and PRs related to the console subsystem. label Apr 29, 2016
@thefourtheye
Copy link
Contributor

LGTM

1 similar comment
@whitlockjc
Copy link
Contributor

whitlockjc commented Apr 29, 2016

LGTM

jasnell pushed a commit that referenced this pull request Apr 30, 2016
Unintended functionality was removed from console.endTime by #3562. Prior to that, you could call console.endTime multiple times for the same label. PR-URL: #6454 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Lindstaedt <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Jeremy Whitlock <[email protected]>
@jasnell
Copy link
Member

Landed in 541965f

@jasnelljasnell closed this Apr 30, 2016
Fishrock123 pushed a commit that referenced this pull request May 4, 2016
Unintended functionality was removed from console.endTime by #3562. Prior to that, you could call console.endTime multiple times for the same label. PR-URL: #6454 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Lindstaedt <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Jeremy Whitlock <[email protected]>
joelostrowski pushed a commit to joelostrowski/node that referenced this pull request May 4, 2016
Unintended functionality was removed from console.endTime by nodejs#3562. Prior to that, you could call console.endTime multiple times for the same label. PR-URL: nodejs#6454 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Lindstaedt <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Jeremy Whitlock <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

consoleIssues and PRs related to the console subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@ben-page@evanlucas@jasnell@eljefedelrodeodeljefe@thefourtheye@whitlockjc@mscdex@MylesBorins@nodejs-github-bot