We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438aa76 commit d304c50Copy full SHA for d304c50
src/ViewModels/ExecuteCustomAction.cs
@@ -37,6 +37,7 @@ public override Task<bool> Sure()
37
ProgressDescription = "Run custom action ...";
38
39
var log = _repo.CreateLog(CustomAction.Name);
40
+ Use(log);
41
42
return Task.Run(() =>
43
{
0 commit comments