Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2020-10-01 12:20:21 +0300
committerLuigi Pinca <luigipinca@gmail.com>2020-10-04 08:56:19 +0300
commitfa53a654e019cb101f35fe1c23be5432040a0508 (patch)
treee29997f74fd27fe930d6ea4cd96f226ffa46792b
parent2979721e1c1dbe9327556f92d5dbefd5c0d3da19 (diff)
doc: add entry to console.timeEnd() changes array
PR-URL: https://github.com/nodejs/node/pull/35441 Refs: https://github.com/nodejs/node/pull/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>
-rw-r--r--doc/api/console.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 470fd3c3fe9..e8bee883acc 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -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