enhance: show custom action output in popup

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-05-21 00:16:19 +08:00
parent 438aa76695
commit d304c50e7f

View File

@@ -37,6 +37,7 @@ namespace SourceGit.ViewModels
ProgressDescription = "Run custom action ...";
var log = _repo.CreateLog(CustomAction.Name);
Use(log);
return Task.Run(() =>
{