mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 13:44:22 +00:00
Crash on unobserved task exceptions again
This commit is contained in:
@@ -421,10 +421,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
await ASF.ArchiLogger.LogFatalException(e.Exception).ConfigureAwait(false);
|
||||
|
||||
// Normally we should abort the application here, but many tasks are in fact failing in SK2 code which we can't easily fix
|
||||
// Thanks Valve.
|
||||
e.SetObserved();
|
||||
await Exit(1).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private static void ParsePostInitArgs(IReadOnlyCollection<string> args) {
|
||||
|
||||
Reference in New Issue
Block a user