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 1e3c8ea commit 4d0599cCopy full SHA for 4d0599c
src/InEngine.Core/CommandExtensions.cs
@@ -5,7 +5,7 @@ public static class CommandExtensions
5
{
6
public static void WriteSummaryToConsole(this AbstractCommand command)
7
8
- Console.WriteLine($"- {command.Name} : {command.ScheduleId} | Try #{command.CommandLifeCycle.CurrentTry}");
+ Console.WriteLine($"⚡ {command.Name} : {command.ScheduleId} | Try #{command.CommandLifeCycle.CurrentTry}");
9
}
10
11
0 commit comments