Skip to content

Commit d076c36

Browse files
author
Thomas Herrmann
committed
Add finished message to TiaGitHandler
1 parent d0fc7eb commit d076c36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TiaGitHandler/Program.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,12 @@ static void Main(string[] args)
242242
skippedBlocksList.ForEach(i => Console.WriteLine("{0}", i));
243243
Console.WriteLine();
244244
Console.WriteLine(skippedBlocksList.Count() + " blocks were skipped");
245+
246+
Console.WriteLine();
247+
Console.WriteLine();
248+
Console.ForegroundColor = ConsoleColor.Green;
249+
Console.WriteLine("Export finished!");
250+
245251
if (!hasArgs)
246252
Console.ReadKey();
247253
}

0 commit comments

Comments
 (0)