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
Currently, the excludeFn function I pass to crawler.exclude(excludeFn) receives only the basename of the directory as a parameter. I would like to decide to exclude or not based on the full path. I propose passing also path as a second parameter to it, so it is not a breaking change.
The text was updated successfully, but these errors were encountered:
* Fix concurrent async execution
* Fix#42
* Also pass `path` to exclude function
Closes#46
* Update documentation for `exclude`
* Update types for `exclude`
Currently, the
excludeFn
function I pass tocrawler.exclude(excludeFn)
receives only the basename of the directory as a parameter. I would like to decide to exclude or not based on the full path. I propose passing alsopath
as a second parameter to it, so it is not a breaking change.The text was updated successfully, but these errors were encountered: