mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
cache/filecache: Skip resource cache init if the fs is missing
Fixes #6113
This commit is contained in:
Vendored
+3
@@ -330,6 +330,9 @@ func NewCaches(p *helpers.PathSpec) (Caches, error) {
|
||||
|
||||
if v.isResourceDir {
|
||||
cfs = p.BaseFs.ResourcesCache
|
||||
if cfs == nil {
|
||||
continue
|
||||
}
|
||||
} else {
|
||||
cfs = fs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user