loader logic revised
This commit is contained in:
@@ -179,7 +179,7 @@ func (s *fsStorage) FileExists(path string) (bool, string, error) {
|
||||
return false, "", err
|
||||
}
|
||||
if !exists {
|
||||
return false, "", nil
|
||||
return false, absPath, nil
|
||||
}
|
||||
return true, absPath, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user