-
Notifications
You must be signed in to change notification settings - Fork 286
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
readdirSync get incorrect result #2285
Comments
what is |
I'm moving this to nodejs/help because I see no indication that it's a bug with Node.js itself. Note that your example has a TOCTOU bug ( |
|
|
@yegao - looks like this issue can be closed now .please let me know if that is not the case. |
inactive. closing!! |
Version: 11.15.0
Platform: Darwin
when i use
I get files with in /project/node_modules/.bin as following
When I open the directory .bin, there is no acorn in it
as I do this:
there is a Error: ENOTEMPTY: directory not empty, rmdir '/project/test-empty/node_modules/.bin'
The text was updated successfully, but these errors were encountered: