mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
fix: lazy TaskTracker workaround(closes #650)
This commit is contained in:
parent
dc88cec7d3
commit
6440a466ab
2 changed files with 38 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace Dalamud.Logging.Internal
|
|||
/// <summary>
|
||||
/// Gets a read-only list of tracked tasks.
|
||||
/// </summary>
|
||||
public static IReadOnlyList<TaskInfo> Tasks => TrackedTasksInternal;
|
||||
public static IReadOnlyList<TaskInfo> Tasks => TrackedTasksInternal.ToArray();
|
||||
|
||||
/// <summary>
|
||||
/// Clear the list of tracked tasks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue