-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error when doing large directory scans #22
Comments
Looks related to the way windows handles symlinks when using network drives or WSL. |
Thanks, I"m going to look into those fixes to see if it works. I seem to be getting a handful of different errors during my test scans. Error: EMFILE: too many open files, open 'C:\justin.miller\Code''Working'' code\VexcelDemo 4-5-2019\node_modules\forwarded\HISTORY.md' ` const dircompare = require('dir-compare'); //const options = { compareSize: true, compareContent: true}; // Multiple compare strategy can be used simultaneously - compareSize, compareContent, compareDate, compareSymlink. // Synchronous function print(result) {
} ` Also, Is it suppose to identify difference within files? let's say a text file for example. |
Yes, it is possible. If you use |
I'm basically trying to make a directory compare tool that list all the files that are different between two directories. I can share my code if it helps.
The text was updated successfully, but these errors were encountered: