jprichardson / node-klaw

A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.
MIT License
317 stars 41 forks source link

Use array concat instead of push.apply to avoid exceeding max stack size #39

Open oorestisime opened 4 years ago

oorestisime commented 4 years ago

Tested locally on my project that had the error and it works great!

Fixes: #37