This commit is contained in:
Dominion
2023-05-23 17:55:17 -04:00
parent 6ac18508da
commit 4cd7d57bd1
@@ -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!");