mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 06:02: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)
|
catch (JsonException)
|
||||||
{
|
{
|
||||||
resultBuilder.Append(string.Empty);
|
this.logger?.LogError("Failed to deserialize SSE event: {JsonContent}", jsonContent);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user