mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Check cancellation token if importer was resumed while sleeping
This commit is contained in:
@ -569,6 +569,7 @@ namespace osu.Game.Database
|
||||
Thread.Sleep(500);
|
||||
}
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
Logger.Log($@"{GetType().Name} is being resumed.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user