Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: ignore resolution failures for inspect-brk #30336

Closed
wants to merge 3 commits into from

Commits on Nov 14, 2019

  1. module: ignore resolution failures for inspect-brk

    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).
    arcanis committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    93a01d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Update loader.js

    arcanis committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    3395d15 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Update loader.js

    arcanis committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    9b8f623 View commit details
    Browse the repository at this point in the history