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

src: skip inspector wait in internal workers #54219

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 5, 2024

  1. src: skip inspector wait in internal workers

    Internal workers are essential to load user scripts and bootstrapped
    with internal entrypoints. They should not be waiting for inspectors
    even when `--inspect-brk` and `--inspect-wait` were specified, and avoid
    blocking main thread to bootstrap.
    
    IsolateData can be created with a specified PerIsolateOptions instead of
    creating a copy from the per_process namespace. This also avoids
    creating a copy bypassing the parent env's modified options, like
    creating a worker thread from a worker thread.
    legendecas committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    04697fc View commit details
    Browse the repository at this point in the history