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

fs: use consistent defaults in sync stat functions #31097

Closed
wants to merge 1 commit into from

Commits on Dec 26, 2019

  1. fs: use consistent defaults in sync stat functions

    This commit updates the default options used by statSync(),
    lstatSync(), and fstatSync() to be identical to the defaults
    used by the callback- and Promise-based versions.
    cjihrig committed Dec 26, 2019
    Copy the full SHA
    522cbe8 View commit details
    Browse the repository at this point in the history