summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index c6a25df417..0b0e62b5bc 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -602,7 +602,7 @@ should be discouraged.
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v8.9.0
pr-url: https://github.com/nodejs/node/pull/16397
description: The `paths` option is now supported.
-->
@@ -620,7 +620,7 @@ but rather than loading the module, just return the resolved filename.
#### require.resolve.paths(request)
<!-- YAML
-added: REPLACEME
+added: v8.9.0
-->
* `request` {string} The module path whose lookup paths are being retrieved.