File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ console.log(Debug.findScript(process.exit).name); // 'internal/process.js'
297
297
implementation and may change (or even be removed) without prior warning.
298
298
299
299
The ` Debug ` object can also be made available using the V8-specific
300
- ` --expose_debug_as= ` [ command line option] [ cli.md ] .
300
+ ` --expose_debug_as= ` [ command line option] [ ] .
301
301
302
302
## vm.runInNewContext(code[ , sandbox] [ , options ] )
303
303
<!-- YAML
@@ -455,3 +455,4 @@ associating it with the `sandbox` object is what this document refers to as
455
455
[ `eval()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
456
456
[ V8 Embedder's Guide ] : https://developers.google.com/v8/embed#contexts
457
457
[ contextified ] : #vm_what_does_it_mean_to_contextify_an_object
458
+ [ command line option ] : cli.html
You can’t perform that action at this time.
0 commit comments