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/vm.md')
-rw-r--r--doc/api/vm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 1e1533b919e..0d6b45a4ca9 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -624,7 +624,7 @@ const contextifiedObject = vm.createContext({ secret: 42 });
### `sourceTextModule.createCachedData()`
<!-- YAML
-added: REPLACEME
+added: v12.17.0
-->
* Returns: {Buffer}