mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
enhance: show custom action output in popup
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -37,6 +37,7 @@ namespace SourceGit.ViewModels
|
||||
ProgressDescription = "Run custom action ...";
|
||||
|
||||
var log = _repo.CreateLog(CustomAction.Name);
|
||||
Use(log);
|
||||
|
||||
return Task.Run(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user