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 I'm trying to use this to scan multiple directories using await scanner.run() within a loop.
The issue is that some of these directories may or may not have the files I'm looking to match, so when the scanner decides to exit at the first sight of no files, this causes a problem in the rest of the process.
I expect it to let me know no files are found and perhaps leave it to me to decide what to do when it can't find any files.
The text was updated successfully, but these errors were encountered:
Currently I'm trying to use this to scan multiple directories using
await scanner.run()
within a loop.The issue is that some of these directories may or may not have the files I'm looking to match, so when the scanner decides to exit at the first sight of no files, this causes a problem in the rest of the process.
I expect it to let me know no files are found and perhaps leave it to me to decide what to do when it can't find any files.
The text was updated successfully, but these errors were encountered: