mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
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…
x
Reference in New Issue
Block a user