-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.vmIssues and PRs related to the vm subsystem.Issues and PRs related to the vm subsystem.
Description
The current example fails
const Debug = vm.runInDebugContext('Debug');
Debug.scripts().forEach(function(script) { console.log(script.name); });The error I receive is
Debug.scripts().forEach(function(script) {
^
illegal accessWill do more research and post in this thread
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.vmIssues and PRs related to the vm subsystem.Issues and PRs related to the vm subsystem.