mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-29 01:24:35 +03:00
Get the errors from the cache
This commit is contained in:
parent
1e80c184a2
commit
265d45d1d4
@ -4368,6 +4368,7 @@ errorsFromCache cache =
|
||||
List.concat
|
||||
[ Dict.foldl (\_ cacheEntry acc -> List.append (ModuleCache.errors cacheEntry) acc) [] cache.moduleContexts
|
||||
, ProjectFileCache.errorsForMaybe cache.elmJson
|
||||
, ArbitraryFile.errorsForMaybe cache.arbitraryFiles
|
||||
, ProjectFileCache.errorsForMaybe cache.readme
|
||||
, ProjectFileCache.errorsForMaybe cache.dependencies
|
||||
, Maybe.map EndAnalysisCache.output cache.finalEvaluationErrors |> Maybe.withDefault []
|
||||
|
Loading…
Reference in New Issue
Block a user