mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 09:35:00 +00:00
enhance: show custom action output in popup
Some checks are pending
Some checks are pending
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
438aa76695
commit
d304c50e7f
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ namespace SourceGit.ViewModels
|
||||||
ProgressDescription = "Run custom action ...";
|
ProgressDescription = "Run custom action ...";
|
||||||
|
|
||||||
var log = _repo.CreateLog(CustomAction.Name);
|
var log = _repo.CreateLog(CustomAction.Name);
|
||||||
|
Use(log);
|
||||||
|
|
||||||
return Task.Run(() =>
|
return Task.Run(() =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue