mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
7e2deffc62
Before this change if doing a recursive directory listing with `--files-from` if more than `--checkers` files errored (other than file not found) then rclone would deadlock. This fixes the problem by exiting on the first error.