Skip to content

Commit

Permalink
ZincRunner updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Dec 18, 2024
1 parent 956da69 commit d1e48d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/workers/zinc/compile/main/AnalysisStore.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final class AnxAnalyses(format: AnxAnalysisStore.Format)(using ctx: ZincContext,
new Store[Relations](
_ => binaryStore(path).get
.map(_.getAnalysis.asInstanceOf[Analysis].relations)
.orElse(Analysis.Empty.relations), // Fallback to empty Relations
.orElse(Analysis.Empty.relations),
(_, value) => {
val contents = binaryStore(path).get
val miniSetup = contents.map(_.getMiniSetup).orElseThrow()
Expand Down

0 comments on commit d1e48d0

Please sign in to comment.