aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/test-resolution-inspect-brk-main.ext
AgeCommit message (Collapse)Author
2019-12-04module: ignore resolution failures for inspect-brkMaƫl Nison
The resolution for the main entry point may fail when the resolution requires a preloaded module to be executed first (for example when adding new extensions to the resolution process). Silently skipping such failures allow us to defer the resolution as long as needed without having any adverse change (since the main entry point won't resolve anyway if it really can't be resolved at all). PR-URL: https://github.com/nodejs/node/pull/30336 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>