Keep throwing cancelled requests

This commit is contained in:
Cyberboss
2018-09-19 14:04:54 -04:00
parent 51f8eb89af
commit 7b19a41fa1
@@ -146,6 +146,7 @@ namespace Tgstation.Server.Host.Controllers
catch (OperationCanceledException e)
{
Logger.LogDebug("Request cancelled! Exception: {0}", e);
throw;
}
}
}