| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
LGTM, but this seems to be the only example in the vm docs that doesn't require('vm'). |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
The debugger needs to be active now before one is allowed to query the list of scripts. Replace the example with one that works without installing a debug event listener first. Fixes: nodejs#4862 PR-URL: nodejs#6757 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
|
Landed with added const vm = require('vm'); in f17b949. Thanks for the review. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The debugger needs to be active now before one is allowed to query the
list of scripts. Replace the example with one that works without
installing a debug event listener first.
Fixes: #4862
R=@thealphanerd