Closed wmertens closed 2 years ago
Since skip is truthy, it's a nice way to check if the ignore-check is being run to verify directories or if it's based on a change event.
skip
That way, the initial lookup can perform more expensive checks.
So I propose that skip is only passed when doing the initial recursive lookup, and for other calls, false is passed.
false
Since
skip
is truthy, it's a nice way to check if the ignore-check is being run to verify directories or if it's based on a change event.That way, the initial lookup can perform more expensive checks.
So I propose that
skip
is only passed when doing the initial recursive lookup, and for other calls,false
is passed.