mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Fix rare unexpected exit
This commit is contained in:
@@ -203,7 +203,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
// Start
|
||||
var start = Task.Run(async () => await Start().ConfigureAwait(false));
|
||||
Start().Wait();
|
||||
}
|
||||
|
||||
internal async Task AcceptAllConfirmations() {
|
||||
|
||||
Reference in New Issue
Block a user