Skip to content

Commit 3daa3ac

Browse files
authored
Merge pull request #227 from dotnetprojects/feature/TiaGitHandlerFinished
Add finished message to TiaGitHandler
2 parents d0fc7eb + d076c36 commit 3daa3ac

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)