Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed May 28, 2024
1 parent e67b168 commit f181554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ await _visibilityTracker.DelayWhileNonVisibleAsync(

#if DEBUG
foreach (var snapshotSpan in snapshotSpansToTag)
CheckSnapshot(snapshotSpan.Snapshot1);
CheckSnapshot(snapshotSpan.Snapshot);
#endif

// If we're being called from within a blocking JTF.Run call, we don't want to switch to the background
Expand Down

0 comments on commit f181554

Please sign in to comment.