Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scanner): Catch a
DownloadException
instead of IOException
The `downloadRecursively()` function rethrows `IOException` as `DownloadException`, so the latter needs to be catched here. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information