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 static import error message in repl #33588

Closed
wants to merge 1 commit into from

Commits on Jul 23, 2020

  1. repl: improve static import error message in repl

    Currently the error is rather ambiguous and does not inform folks that
    static import is not supported in the repl. This overrides the default
    error message with one that is more informative.
    
    Closes: nodejs#33576
    MylesBorins committed Jul 23, 2020
    Copy the full SHA
    4a7fe9a View commit details
    Browse the repository at this point in the history