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 4d0599c commit b605ce9Copy full SHA for b605ce9
src/InEngine.Core/Commands/Chain.cs
@@ -15,6 +15,7 @@ public override void Run()
15
Commands.ToList().ForEach(x => {
16
try
17
{
18
+ x.WriteSummaryToConsole();
19
x.Run();
20
}
21
catch (Exception exception)
0 commit comments