mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix value of useResourceCacheWhen in TestResourceChainPostCSS
This commit is contained in:
parent
64abc83fc4
commit
e6e44b7c41
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ class-in-b {
|
||||||
}
|
}
|
||||||
`)
|
`)
|
||||||
|
|
||||||
err = build("newer", true)
|
err = build("never", true)
|
||||||
|
|
||||||
err = herrors.UnwrapErrorWithFileContext(err)
|
err = herrors.UnwrapErrorWithFileContext(err)
|
||||||
fe, ok := err.(*herrors.ErrorWithFileContext)
|
fe, ok := err.(*herrors.ErrorWithFileContext)
|
||||||
|
|
Loading…
Reference in a new issue