Skip to content

Commit fa53a65

Browse files
committed
doc: add entry to console.timeEnd() changes array
PR-URL: #35441 Refs: #35027 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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)