Skip to content

Commit 541ce17

Browse files
lpincadanielleadams
authored andcommitted
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 38a5715 commit 541ce17

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
@@ -423,6 +423,9 @@ time is 3869ms, `console.timeEnd()` displays "3.869s".
423423
<!-- YAML
424424
added: v0.1.104
425425
changes:
426+
- version: v13.0.0
427+
pr-url: https://github.com/nodejs/node/pull/29251
428+
description: The elapsed time is diplayed with a suitable time unit.
426429
- version: v6.0.0
427430
pr-url: https://github.com/nodejs/node/pull/5901
428431
description: This method no longer supports multiple calls that don’t map

0 commit comments

Comments
 (0)