Friday 20 November 2015

node-glob selective termination

I want to glob across my file-system finding matches of say "node_modules" folder but not proceed further into the subtree of found folder. Basically I want to find only top level node_modules foldersI looked into the node-glob library and I can see that it exposes events and methods to control the search but no one to say something like stop processing this entry or so.Is there any way to do this?

Submitted November 20, 2015 at 09:49PM by aragorn_ranger

No comments:

Post a Comment