Closed DZakh closed 1 year ago
It's impossible to set maxWidth: 0 with the crawlWithOptions. That's needed when you want to get files from the directory itself.
maxWidth: 0
crawlWithOptions
Hey, thanks for this! This was an edge case I missed. I'll try and add this in as soon as #81 is done.
Closing this as #81 fixed this by removing the unnecessary if condition.
if
It's impossible to set
maxWidth: 0
with thecrawlWithOptions
. That's needed when you want to get files from the directory itself.