Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 14, 2024
1 parent 4028563 commit 4bd29c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Runner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static async Task<int> Main(string [] args)
}, continuationOptions: TaskContinuationOptions.ExecuteSynchronously);
mainThreadSynchronizationContext.ExecuteQueuedCallbacks ();
await task;
Console.WriteLine ($"DEBUG {result}");
return result;
}
}
Expand Down

0 comments on commit 4bd29c6

Please sign in to comment.