mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Keep throwing cancelled requests
This commit is contained in:
@@ -146,6 +146,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
catch (OperationCanceledException e)
|
||||
{
|
||||
Logger.LogDebug("Request cancelled! Exception: {0}", e);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user