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
I might have misunderstood, but shouldn't the if clause skip the subsequent judgement and just directly return true when "type.isFunction(exclude) && exclude(filePath)" is true?
my exclude use function:
If the path is matched, then the previous judgment condition is true, and the execution goes to [filePath.match(exclude) !== null]
it will error!
The text was updated successfully, but these errors were encountered: