Closed
Description
- Version: master
- Subsystem: inspector
$ ./configure --without-intl
$ make -j4
$ NODE_V8_COVERAGE=/tmp/foo ./node -p 42
currently yields
internal/bootstrap/loaders.js:131
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such module: profiler
at internalBinding (internal/bootstrap/loaders.js:131:34)
at setupCoverageHooks (internal/bootstrap/pre_execution.js:122:3)
at prepareMainThreadExecution (internal/bootstrap/pre_execution.js:21:7)
I feel like this should a) print some kind of helpful message and b) maybe only print a warning or so instead of failing to execute the script.