readdirSync not showing the correct results after file changes
Open
- Dominant language
- JavaScript
- Stars
- 556
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
The first time I do `fs.readdirSync` it gives me the correct result. After I delete one file and use `chokidar` to trigger this `unlink` event `fs.readdirSync` still gives me the same results. Is this the correct behavior? If yes, is there anyway I can get the updated list of files? Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.