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: partially fix repl context #28561

Closed
wants to merge 1 commit into from

Commits on Jul 5, 2019

  1. repl: fix some repl context issues

    This partially fixes contexts like `{} instanceof Object === false`
    in the REPL. This does not fix all cases, since it's something
    fundamental from the REPL's design that things like these can happen.
    
    Refs: nodejs#27859
    BridgeAR committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    166f5d4 View commit details
    Browse the repository at this point in the history