Skip to content

Commit

Permalink
fix: critical issue with indexing stopping on reading contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Mar 20, 2022
1 parent 5b0c6a1 commit 9f12ef9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ class ProvideContactsStep : IndexingStep {
.sortedBy { it.name }
.map { Contact(it.name, it.email, it.webUrl, it.avatarUrl) }
.forEach(context.project.contacts::add)
chain.accept(context)
}
}

0 comments on commit 9f12ef9

Please sign in to comment.