Skip to content

Commit d304c50

Browse files
committed
enhance: show custom action output in popup
Signed-off-by: leo <[email protected]>
1 parent 438aa76 commit d304c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ViewModels/ExecuteCustomAction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public override Task<bool> Sure()
3737
ProgressDescription = "Run custom action ...";
3838

3939
var log = _repo.CreateLog(CustomAction.Name);
40+
Use(log);
4041

4142
return Task.Run(() =>
4243
{

0 commit comments

Comments
 (0)