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
Filter ignoredFiles before attempting to map them. (#290)
If the `ignoredFiles` is malformed (though natural use of the plugin), and is an array filled with any 'empty'/null values, when it runs the subsequent `ignoredPatternToRegex` method, it triggers an exception. This prevents that from happening.
0 commit comments