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

In windows readdirp.statfn() may resolve multiple files with same inode #61

Closed
garu57 opened this issue Jan 4, 2019 · 1 comment
Closed

Comments

@garu57
Copy link

garu57 commented Jan 4, 2019

Due to issue #12115 in node.js, readdirp.statfn() in windows can return a stat object with same inode for multiple files.

As per solution of the referred issue you should allow passing option {bigint: true} to fs.stat() and fs.lstat().
Thanks.

@paulmillr
Copy link
Owner

We aren't using stat by default anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants