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: handle null thrown #14306

Closed
wants to merge 2 commits into from

Commits on Jul 17, 2017

  1. repl: don't terminate on null thrown

    Previous behavior was to assume an error is a proper error in the
    repl module. A check was added to not terminate the process on thrown
    repl errors that are `null` or `undefined`.
    
    PR-URL: nodejs#14306
    Fixes: nodejs#12373
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Benjamin Gruenbaum committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    4dfe7fd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Update test

    benjamingr authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    64ecdf0 View commit details
    Browse the repository at this point in the history