Skip to content

Commit b605ce9

Browse files
committed
Write command summary to output in chain command
1 parent 4d0599c commit b605ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InEngine.Core/Commands/Chain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public override void Run()
1515
Commands.ToList().ForEach(x => {
1616
try
1717
{
18+
x.WriteSummaryToConsole();
1819
x.Run();
1920
}
2021
catch (Exception exception)

0 commit comments

Comments
 (0)