Issue missing parameter
This commit is contained in:
parent
61ecefb615
commit
48b7371a18
@ -116,10 +116,9 @@ public class TaskManager
|
||||
if (!this._allTasks.Contains(task))
|
||||
return;
|
||||
|
||||
logger?.WriteLine(this.GetType().ToString(), $"Forcing Execution: {task}");
|
||||
Task t = new(() =>
|
||||
{
|
||||
task.Execute(this);
|
||||
task.Execute(this, this.logger);
|
||||
});
|
||||
t.Start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user