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
When trying to use glob-fs 0.1.6 just right out of the box I had to do the following modification in index.js, to get it running:
// if middleware are registered, use the glob, otherwise regexvarglob=this.fns.length
? this.pattern.glob//: this.pattern.re; //<-- error
: this.pattern.regex;//<-- fix
The text was updated successfully, but these errors were encountered:
When trying to use glob-fs 0.1.6 just right out of the box I had to do the following modification in index.js, to get it running:
The text was updated successfully, but these errors were encountered: