Skip to content

doc: fix link to cli.md in vm.md

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Looks like the link for cli.md is missing: https://nodejs.org/api/vm.html#vm_vm_runindebugcontext_code

Added the link which can be verified by using the following commands:

$ make doc
$ open out/doc/api/vm.html

Merge request reports

Loading