mirror of
https://github.com/kopia/kopia.git
synced 2026-05-08 23:03:01 -04:00
This was introduced by a refactoring in #1361 - unlike ioutil.ReadDir() which internally handles list/delete race and always returns os.FileInfo, Info() on os.DirEntry can fail if a file is deleted right after listing it. Fixes #1486