mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-27 21:42:56 +00:00
Improved exception handling
This commit is contained in:
parent
e67cb7ed38
commit
3835f1db1e
@ -44,7 +44,7 @@ public sealed partial class RustService
|
||||
}
|
||||
catch (JsonException)
|
||||
{
|
||||
resultBuilder.Append(string.Empty);
|
||||
this.logger?.LogError("Failed to deserialize SSE event: {JsonContent}", jsonContent);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user