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

[release-4.1] Pass throwIfNoEntry to fs.statSync #44584

Merged
merged 1 commit into from Jun 15, 2021

Commits on Jun 14, 2021

  1. Pass throwIfNoEntry to fs.statSync (#41604)

    Future versions of node will be able to return undefined, rather than
    allocating and throwing an exception, when a file is not found.
    
    See nodejs/node#33716
    amcasey committed Jun 14, 2021
    Copy the full SHA
    7e40595 View commit details
    Browse the repository at this point in the history