mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
GO-5397 fix err handle
This commit is contained in:
parent
594c45328d
commit
10d1267777
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ func recursiveCleanup(path string, cutoff time.Time) {
|
|||
info, err := entry.Info()
|
||||
if err != nil {
|
||||
log.Warnf("tmp cleanup entry: %v", err)
|
||||
continue
|
||||
}
|
||||
if entry.IsDir() {
|
||||
recursiveCleanup(fullEntryPath, cutoff)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue