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

module: improve resolve paths validation #27613

Closed
wants to merge 1 commit into from

Commits on May 10, 2019

  1. module: improve resolve paths validation

    This commit adds input validation to require.resolve()'s
    paths option. Prior to this change, passing in a non-array
    value lead to a misleading 'module not found' error.
    
    Refs: nodejs#27583
    cjihrig committed May 10, 2019
    Configuration menu
    Copy the full SHA
    dde59fc View commit details
    Browse the repository at this point in the history