Skip to content

Commit fa53a65

Browse files
committed
doc: add entry to console.timeEnd() changes array
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]>
1 parent 2979721 commit fa53a65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/console.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ time is 3869ms, `console.timeEnd()` displays "3.869s".
425425
<!-- YAML
426426
added: v0.1.104
427427
changes:
428+
- version: v13.0.0
429+
pr-url: https://github.com/nodejs/node/pull/29251
430+
description: The elapsed time is diplayed with a suitable time unit.
428431
- version: v6.0.0
429432
pr-url: https://github.com/nodejs/node/pull/5901
430433
description: This method no longer supports multiple calls that don’t map

0 commit comments

Comments
 (0)