summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Core/Compiler.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hakyll/Core/Compiler.hs b/src/Hakyll/Core/Compiler.hs
index 99c7d97..ea1cbbe 100644
--- a/src/Hakyll/Core/Compiler.hs
+++ b/src/Hakyll/Core/Compiler.hs
@@ -315,6 +315,7 @@ cached name (Compiler d j) = Compiler d $ const $ CompilerM $ do
_ -> throwError error'
where
error' = "Hakyll.Core.Compiler.cached: Cache corrupt!"
+ ++ " Try deleting the _cache folder."
-- | Create an unsafe compiler from a function in IO
--