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