diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2012-08-29 17:27:40 -0700 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2012-08-29 17:27:40 -0700 |
| commit | 5f52c737e69582ed58942516899331a7f160d5aa (patch) | |
| tree | a4f22f9de97fb4e52692a5ae03e674f7a9a75359 /src | |
| parent | c12c560aa7a80dffad1b516b3d3780e6a3d57278 (diff) | |
| parent | 255bb470799ad70c2c6aab28bedfecd06890939b (diff) | |
| download | hakyll-5f52c737e69582ed58942516899331a7f160d5aa.tar.gz | |
Merge pull request #84 from Tarrasch/patch-1
Add hint for how to resolve a corrupt cache
Diffstat (limited to 'src')
| -rw-r--r-- | src/Hakyll/Core/Compiler.hs | 1 |
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 -- |
