mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Fixes ByondManager unzip loop ignoring Task cancellation
This commit is contained in:
@@ -121,6 +121,10 @@ namespace Tgstation.Server.Host.Components.Byond
|
||||
await ioManager.ZipToDirectory(versionKey, download, cancellationToken).ConfigureAwait(false);
|
||||
break;
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch
|
||||
{
|
||||
if (I == 2)
|
||||
|
||||
Reference in New Issue
Block a user