mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
f0af80753c
commit
d0d24b4337
1 changed files with 5 additions and 0 deletions
|
@ -599,6 +599,11 @@ func getDirList() []string {
|
|||
return nil
|
||||
}
|
||||
|
||||
if os.IsNotExist(err) {
|
||||
// Ignore.
|
||||
return nil
|
||||
}
|
||||
|
||||
jww.ERROR.Println("Walker: ", err)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue