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:
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index bf4bc0e2f62..e39fb08e240 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -138,7 +138,7 @@ let debuglog = util.debuglog('internals', (debug) => {
### `debuglog().enabled`
<!-- YAML
-added: REPLACEME
+added: v14.9.0
-->
* {boolean}
@@ -166,7 +166,7 @@ hello from foo [123]
## `util.debug(section)`
<!-- YAML
-added: REPLACEME
+added: v14.9.0
-->
Alias for `util.debuglog`. Usage allows for readability of that doesn't imply