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

test,doc: improve fs.access() mode docs and test #41484

Merged
merged 2 commits into from Jan 14, 2022
Merged

Commits on Jan 14, 2022

  1. test: do not OR F_OK in fs.access() test

    access() does not support OR'ing F_OK with other constants.
    This commit updates test-fs-access.js to not test that
    scenario.
    
    PR-URL: nodejs#41484
    Refs: libuv/libuv#3410
    Reviewed-By: Richard Lau
    Reviewed-By: Luigi Pinca
    Reviewed-By: Tobias Nießen
    cjihrig committed Jan 14, 2022
    Copy the full SHA
    e54f52f View commit details
    Browse the repository at this point in the history
  2. doc: expand fs.access() mode parameter docs

    This commit expands the documentation for the mode parameter
    passed to the fs.access() family of functions.
    
    PR-URL: nodejs#41484
    Refs: libuv/libuv#3410
    Reviewed-By: Richard Lau
    Reviewed-By: Luigi Pinca
    Reviewed-By: Tobias Nießen
    cjihrig committed Jan 14, 2022
    Copy the full SHA
    91b9052 View commit details
    Browse the repository at this point in the history