Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ecea194c0f
|
@@ -164,7 +164,7 @@ func RealPathExists(path *string) (exists bool, err error) {
|
||||
}
|
||||
|
||||
if _, err = os.Stat(*path); err != nil {
|
||||
if !errors.Is(err, fs.ErrNotExist) {
|
||||
if errors.Is(err, fs.ErrNotExist) {
|
||||
err = nil
|
||||
}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user