Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: fix incorrect method invocation on vm.Module instance
In the VM docs, under section `Constructor: new vm.Module`, the code example incorrectly uses `module.initialize()`. Change it to the correct method `module.instantiate()`. Fixes: nodejs#21904
- Loading branch information