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

Pass throwIfNoEntry to fs.statSync #41604

Merged
merged 1 commit into from
Nov 23, 2020
Merged

Commits on Nov 20, 2020

  1. Pass throwIfNoEntry to fs.statSync

    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 Nov 20, 2020
    Configuration menu
    Copy the full SHA
    3ea1220 View commit details
    Browse the repository at this point in the history