Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jan 2, 2024
1 parent 053deaa commit 26301a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public async Task OnActionPreExecute_CircuitOpened_EnsureExceptionStackTraceDoes
}
catch (BrokenCircuitException e)
{
stacks.Add(e.StackTrace);
stacks.Add(e.StackTrace!);
}
}

Expand Down

0 comments on commit 26301a6

Please sign in to comment.