fix: must convert the relative path to absolute before send it to first instance (#1376)
Some checks are pending
Continuous Integration / Build (push) Waiting to run
Continuous Integration / Prepare version string (push) Waiting to run
Continuous Integration / Package (push) Blocked by required conditions

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-31 21:26:01 +08:00
parent dd432c63e8
commit db5bb0aec9
No known key found for this signature in database
3 changed files with 14 additions and 4 deletions

View file

@ -220,12 +220,12 @@ namespace SourceGit.Models
public void Complete()
{
_users.Clear();
All.Complete();
Month.Complete();
Week.Complete();
}
private readonly DateTime _thisMonthStart;
private readonly DateTime _thisWeekStart;
private readonly Dictionary<string, User> _users = new();