mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 03:53:02 +01:00
Fixes #1498
This commit is contained in:
@@ -1043,6 +1043,10 @@ namespace Tgstation.Server.Host.Components.Chat
|
||||
{
|
||||
await task;
|
||||
}
|
||||
catch (OperationCanceledException ex)
|
||||
{
|
||||
logger.LogDebug(ex, "Async chat message cancelled!");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.LogError(ex, "Error in asynchronous chat message!");
|
||||
|
||||
Reference in New Issue
Block a user