We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de83e21 commit 296e22aCopy full SHA for 296e22a
doc/api/console.md
@@ -236,6 +236,11 @@ milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond.
236
### console.timeEnd(label)
237
<!-- YAML
238
added: v0.1.104
239
+changes:
240
+ - version: v6.0.0
241
+ pr-url: https://github.com/nodejs/node/pull/5901
242
+ description: This method no longer supports multiple calls that don’t map
243
+ to individual `console.time()` calls; see below for details.
244
-->
245
246
Stops a timer that was previously started by calling [`console.time()`][] and
0 commit comments