-
Notifications
You must be signed in to change notification settings - Fork 13
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
RangeError on big folders #47
Comments
Good job! |
I see this changed to I add I used @dwidge original update seemed to target just the impact of |
@tehvgg I'm not quite sure if this is a reproducible bug. I've tested the options below: srcDir is like this:
Can you show your directory structure or other to represent this bug? |
@hoperyy sorry for the delayed reply, I didn't know I had notifications off My folder structure is a bit different:
I make changes inside
Normally I would use |
readdirEnhanced can skip deep scan if passed filter function deep: nodeep ? filter : true |
When a very big folder is present in
srcDir
, sometimes we getRangeError: Maximum call stack size exceeded
, even if we exclude the folder. Also takes time to deep scan the folder.syncdir srcDir targetDir -e node_modules
Related:
JS-DevTools/readdir-enhanced#11
The text was updated successfully, but these errors were encountered: