gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 53 forks source link

fix: Avoid blowing the call stack when processing many files #133

Closed phated closed 5 months ago

phated commented 5 months ago

I've removed now-and-later to instead push a resolve action into the queue that processes symlinks.

Fixes #125