Autorestart on token check fail
This commit is contained in:
@@ -46,6 +46,8 @@ public static class Entry
|
||||
|
||||
#endif
|
||||
|
||||
Console.Clear();
|
||||
|
||||
Console.ForegroundColor = ConsoleColor.DarkYellow;
|
||||
Console.WriteLine(logo);
|
||||
Console.ResetColor();
|
||||
|
||||
@@ -21,7 +21,6 @@ public class Program
|
||||
public static async Task Startup(string[] args)
|
||||
{
|
||||
await LoadComponents(args);
|
||||
|
||||
await PrepareConsole();
|
||||
await ConsoleInputHandler();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user