close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4609bdf3fabdf441da6af17c2022565f4e18f9d
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 767996047c0e05ffd4a49bdd08c5e031bd874dc2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 16, 2021

  1. errors: add ERR_DEBUGGER_ERROR

    PR-URL: #39024
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    787cacc View commit details
    Browse the repository at this point in the history
  2. debugger: use ERR_DEBUGGER_ERROR in debugger client

    PR-URL: #39024
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c22eec8 View commit details
    Browse the repository at this point in the history
  3. debugger: use error codes in debugger REPL

    PR-URL: #39024
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    fa009e1 View commit details
    Browse the repository at this point in the history
  4. errors: add ERR_DEBUGGER_STARTUP_ERROR

    PR-URL: #39024
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    6dbff83 View commit details
    Browse the repository at this point in the history
  5. debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js

    PR-URL: #39024
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7679960 View commit details
    Browse the repository at this point in the history
Loading