Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "emulate process crash"
This reverts commit 48bfd4a.
  • Loading branch information
antonfirsov committed Sep 28, 2022
commit 0b2bc5e33ce3b64696ed4ad619280d3607a751b0
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,6 @@ void PrintToConsole()

public void PrintCurrentResults(TimeSpan runtime)
{
if (runtime.TotalMinutes > 2.0)
{
System.Environment.Exit(1);
}

Console.ForegroundColor = ConsoleColor.Cyan;
Console.Write("[" + DateTime.Now + "]");
Console.ResetColor();
Expand Down