mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix regression in handling logic
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Desktop
|
||||
Logger.Log($"Unhandled exception has been {(continueExecution ? "allowed" : "denied")} with {allowableExceptions} more allowable exceptions.");
|
||||
|
||||
Task.Delay(1000).ContinueWith(_ => Interlocked.Increment(ref allowableExceptions));
|
||||
return Interlocked.Decrement(ref allowableExceptions) >= 0;
|
||||
return continueExecution;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user