Skip to content

Commit

Permalink
doc: add entry to console.timeEnd() changes array
Browse files Browse the repository at this point in the history
PR-URL: nodejs#35441
Refs: nodejs#35027
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Andrey Pechkurov <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
lpinca committed Oct 4, 2020
1 parent 2979721 commit fa53a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ time is 3869ms, `console.timeEnd()` displays "3.869s".
<!-- YAML
added: v0.1.104
changes:
- version: v13.0.0
pr-url: https://github.com/nodejs/node/pull/29251
description: The elapsed time is diplayed with a suitable time unit.
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/5901
description: This method no longer supports multiple calls that don’t map
Expand Down

0 comments on commit fa53a65

Please sign in to comment.