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

deps: Upgrade node-inspect to 1.11.5 #21055

Closed
wants to merge 1 commit into from

Commits on Jun 1, 2018

  1. deps: Upgrade node-inspect to 1.11.5

    Removes the prompt to report a bug when trying to launch the
    debugger using a port that is already in use.
    
    Changeset generated via:
    
    ```
    rm -rf deps/node-inspect node-inspect-* && \
      curl -sSL "https://github.com/nodejs/node-inspect/archive/v1.11.5.tar.gz" | \
      tar -xzvf - && mv node-inspect-* deps/node-inspect
    ```
    Jan Krems committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    adf43ee View commit details
    Browse the repository at this point in the history