Skip to content

Commit

Permalink
Update src/WebJobs.Extensions.DurableTask/OutOfProcMiddleware.cs
Browse files Browse the repository at this point in the history
Co-authored-by: David Justo <[email protected]>
  • Loading branch information
cgillum and davidmrdavid authored Mar 19, 2024
1 parent 191dd6c commit 2f46ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebJobs.Extensions.DurableTask/OutOfProcMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ private static bool TrySplitExceptionTypeFromMessage(
[NotNullWhen(true)] out string? exceptionMessage)
{
// In certain situations, like when the .NET Isolated worker is configured with
// WorkerOptions.EnableUserCodeException = true, the exception message we get from the .NET Isoalted
// WorkerOptions.EnableUserCodeException = true, the exception message we get from the .NET Isolated
// worker looks like this:
// "Exception of type 'ExceptionSerialization.Function+UnknownException' was thrown."
const string startMarker = "Exception of type '";
Expand Down

0 comments on commit 2f46ecc

Please sign in to comment.