Skip to content

Commit

Permalink
Merge pull request NecronomiconCoding#1912 from j2ghz/patch-2
Browse files Browse the repository at this point in the history
Set Console.Title on start
  • Loading branch information
BornSupercharged authored Aug 1, 2016
2 parents e2fc1f2 + 84bcb84 commit d566f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PoGo.NecroBot.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ internal class Program
private static void Main(string[] args)
{
AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionEventHandler;
Console.Title = "NecroBot starting";
Console.CancelKeyPress += (sender, eArgs) =>
{
QuitEvent.Set();
Expand Down

0 comments on commit d566f2d

Please sign in to comment.