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

repl: improve error output #22436

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 21, 2018

  1. repl: improve error output

    1) Currently extra properties on an error will be ignored, if thrown.
       This information will from now on be visible.
    2) In case someone threw a non error object it would have resulted in
       `[object Object]`. Instead, the full object will now be visible.
    3) Some cases were not detected properly as error before and "Thrown: "
       was visible before. That is now fixed.
    BridgeAR committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    0a9ad2c View commit details
    Browse the repository at this point in the history
  2. repl: refactor ERR_SCRIPT_EXECUTION_INTERRUPTED stack handling

    The stack was removed later on instead of never being attached in
    the first place.
    BridgeAR committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    9709144 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. fixup: address comment

    BridgeAR committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8102eb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. fixup: fix windows test

    BridgeAR committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    c347f7a View commit details
    Browse the repository at this point in the history