micromatch / glob-fs

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
http://jonschlinkert.github.io/glob-fs
MIT License
55 stars 17 forks source link

Critical Error in File index.js #20

Closed seggev319 closed 7 years ago

seggev319 commented 7 years ago

line 121 @ index.js: 'this.pattern.re' is undefined. Should be 'this.pattern.regex'. Please update this ASAP, this error causes a total crash.