Skip to content

Commit

Permalink
Revert line 940 change
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Dec 22, 2023
1 parent a1df107 commit 978244a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ private final class AnalysisCallback(
if (!writtenEarlyArtifacts) // writing implies the updates merge has happened
mergeUpdates() // must merge updates each cycle or else scalac will clobber it
}
incHandler.completeCycle(None, getAnalysis)
incHandler.completeCycle(invalidationResults, getAnalysis)
} else {
throw new IllegalStateException(
"can't call AnalysisCallback#getCycleResultOnce more than once"
Expand Down

0 comments on commit 978244a

Please sign in to comment.