This commit is contained in:
Santiago 2025-08-09 00:24:55 +02:00 committed by GitHub
commit 16a5b76b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func ResolvePaths(paths []string, wl []util.IgnoreListEntry) (pathsToAdd []strin
if e != nil {
if !os.IsNotExist(e) {
logrus.Errorf("Couldn't eval %s with link %s", f, link)
return
os.Exit(1)
}
logrus.Tracef("Symlink path %s, target does not exist", f)