Skip to content

Commit

Permalink
Merge branch 'main' into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jun 30, 2024
2 parents 663511b + 2ccd77f commit 5b73845
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public async Task Handle(TRequest request, CancellationToken cancellationToken)
var result = await nav.NavigateAsync(request.PageUri, (pn, request));
if (!result.Success)
throw new InvalidOperationException("Failed to Navigate", result.Exception);

tcs.SetResult();
}
catch (Exception ex)
{
Expand Down

0 comments on commit 5b73845

Please sign in to comment.