mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -206,7 +206,7 @@ public sealed class ASFController : ArchiController {
|
||||
|
||||
try {
|
||||
(success, message, version) = await Task.Run(() => Actions.Update(request.Channel, request.Forced), ApplicationLifetime.ApplicationStopping).ConfigureAwait(false);
|
||||
} catch (TaskCanceledException e) {
|
||||
} catch (TaskCanceledException) {
|
||||
// It's almost guaranteed that this is the result of update process requesting kestrel shutdown
|
||||
// However, we're still going to check PendingVersionUpdate, which should be set by the update process as alternative way to inform us about pending update
|
||||
version = PendingVersionUpdate;
|
||||
|
||||
Reference in New Issue
Block a user