Skip to content

Commit

Permalink
Update LMKitService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Dec 2, 2024
1 parent f03aa60 commit 2b7dce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LM-Kit-Maestro/Services/LMKitService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ private async Task<LMKitResult> SubmitRequest(LMKitRequest request)
}
}
catch (Exception exception)
{
result.Exception = exception;

if (result.Exception is OperationCanceledException)
Expand Down

0 comments on commit 2b7dce6

Please sign in to comment.