Skip to content

Commit

Permalink
More comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Jan 18, 2024
1 parent 44df974 commit 576b11f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -133,7 +133,7 @@ public abstract class UtilityAnalyzerBase<TSyntaxKind, TMessage> : UtilityAnalyz
treeMessages.CompleteAdding();
try
{
consumerTask.Wait(cancel); // Throws, if the task failed.
consumerTask.Wait(cancel); // Wait until all messages are written to disk. Throws, if the task failed.
}
finally
{
Expand Down

0 comments on commit 576b11f

Please sign in to comment.