Avoid deadlock during migration failed exit process

This commit is contained in:
Dean Herbert 2022-03-28 23:59:11 +09:00
parent b6ae0ebb6f
commit ea46e024c1
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ private void beginMigration()
{
// Not guaranteed to be the only cause of exception, but let's roll with it for now.
log("Please download and run the intel version of osu! once\nto allow data migration to complete!");
efContextFactory.SetMigrationCompletion();
return;
}