mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Fix leftovers (#899)
This commit is contained in:
parent
29dee596c4
commit
3b7ec63223
3 changed files with 15 additions and 16 deletions
|
|
@ -114,9 +114,9 @@ namespace Dalamud
|
|||
{
|
||||
try
|
||||
{
|
||||
using var blockingServiceInitializeTimings = Timings.Start("BlockingServices Init");
|
||||
await Task.WhenAll(blockingEarlyLoadingServices.Select(x => getAsyncTaskMap[x]));
|
||||
BlockingServicesLoadedTaskCompletionSource.SetResult();
|
||||
Timings.Event("BlockingServices Initialized");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue