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
Also the code goes to the trouble of creating a reusable matcher, but it only ever uses that matcher once. Creation of the matcher can and should be pushed up a line, out of (path, stats) callback for perf.
And finally, if you pass a function as the ignore expression, a promise is not returned from the expression, leading to crashes. I certainly expected to be able to pass an ignore function, instead of having to pass an array of ignore functions.
This makes it impossible to, make an ignore entry like
path/in/my/project
.The text was updated successfully, but these errors were encountered: