Fixed freshness check

This commit is contained in:
2026-05-14 10:19:45 +02:00
parent d61ab33aa4
commit e616ea5043
2 changed files with 28 additions and 3 deletions
-3
View File
@@ -267,9 +267,6 @@ func newestTopDataSource(p *project.Project) (time.Time, string, error) {
if d.IsDir() && shouldSkipTopDataSourceDir(path, skipDirs) {
return filepath.SkipDir
}
if d.IsDir() {
return nil
}
info, err := d.Info()
if err != nil {
return err