mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Cleanup another ValueTask message
This commit is contained in:
@@ -967,13 +967,16 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
}
|
||||
}
|
||||
|
||||
// DCT: None available
|
||||
var dirCleanTask = CleanDir();
|
||||
|
||||
var failRemoteDeployTask = remoteDeploymentManager.FailDeployment(
|
||||
job,
|
||||
FormatExceptionForUsers(exception),
|
||||
CancellationToken.None); // DCT: None available
|
||||
|
||||
return ValueTaskExtensions.WhenAll(
|
||||
CleanDir(),
|
||||
remoteDeploymentManager.FailDeployment(
|
||||
job,
|
||||
FormatExceptionForUsers(exception),
|
||||
CancellationToken.None));
|
||||
dirCleanTask,
|
||||
failRemoteDeployTask);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user