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: wrong repl stack trace column number in strict mode #5416

Closed
wants to merge 1 commit into from

Commits on Feb 25, 2016

  1. repl: wrong repl stack trace column number in strict mode

    On strict mode, "'use strict'; void 0; " is added as prefix
    in order to prevent "use strict" as the result value
    for let/const statements. It causes wrong column number in
    stack trace.
    princejwesley committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    00ebc4e View commit details
    Browse the repository at this point in the history