X Tutup
The Wayback Machine - https://web.archive.org/web/20211201151614/https://github.com/nodejs/node/commit/541ce17386
Skip to content
Permalink
Browse files
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>
  • Loading branch information
lpinca authored and danielleadams committed Oct 6, 2020
1 parent 38a5715 commit 541ce17386d5e9531ac954c109a498911d0a55a3
Showing with 3 additions and 0 deletions.
  1. +3 −0 doc/api/console.md
@@ -423,6 +423,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

0 comments on commit 541ce17

Please sign in to comment.
X Tutup