You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a framework that uses node-glob-all to include files in a deployed package, and I have a plugin that includes files one by one. These files get passed to node-glob-all as a mixed bag of patterns and exact filenames and when there's a large number of files a stack overflow (maximum call stack size exceeded) error happens.
I'm working with a framework that uses node-glob-all to include files in a deployed package, and I have a plugin that includes files one by one. These files get passed to node-glob-all as a mixed bag of patterns and exact filenames and when there's a large number of files a stack overflow (maximum call stack size exceeded) error happens.
I've pushed an example test that fails:
https://github.com/dougmoscrop/node-glob-all/tree/stack_overflow
The text was updated successfully, but these errors were encountered: