Skip to content

Commit

Permalink
Fix Package Manager logs not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jul 27, 2024
1 parent 2445248 commit 87bd9e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public INativeTaskLogger CreateNew(LoggableTaskType type)
}
}

public abstract class TaskLogger
public abstract class TaskLogger : ITaskLogger
{
protected DateTime StartTime;
protected DateTime? EndTime;
Expand Down

0 comments on commit 87bd9e1

Please sign in to comment.