Skip to content

Commit

Permalink
fixup! Repoduce not reporting when log at not main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Nov 14, 2023
1 parent f891287 commit edc884d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace DeNA.Anjin.TestDoubles
/// <summary>
/// A test stub throw errors when clicked
/// </summary>
[AddComponentMenu("")]
public class StubThrowingErrorFromNotMainThreadOnClick : MonoBehaviour, IPointerClickHandler
{
public void OnPointerClick(PointerEventData eventData)
Expand Down

0 comments on commit edc884d

Please sign in to comment.