summaryrefslogtreecommitdiff
path: root/doc/api/vm.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 230054cba9..3dd7a3c8dc 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -313,6 +313,11 @@ console.log(util.inspect(sandbox));
## vm.runInDebugContext(code)
<!-- YAML
added: v0.11.14
+deprecated: v8.0.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/12815
+ description: Calling this function now emits a deprecation warning.
-->
> Stability: 0 - Deprecated. An alternative is in development.