Commit 7cafb442 authored by Marc Gravell's avatar Marc Gravell

remove keypress demand

parent 74c5a2ac
...@@ -46,11 +46,6 @@ public static async Task Main() ...@@ -46,11 +46,6 @@ public static async Task Main()
Console.WriteLine($"expected when fail: {expected}"); Console.WriteLine($"expected when fail: {expected}");
Console.WriteLine(ex.Message); Console.WriteLine(ex.Message);
} }
finally
{
Console.WriteLine("Press any key");
Console.ReadKey();
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment