try catch all the things

This commit is contained in:
2022-08-23 19:31:39 -04:00
parent 895f322bd6
commit 5873bdb2a6
2 changed files with 37 additions and 22 deletions

View File

@@ -130,7 +130,7 @@ static class Program
break;
default:
System.Console.WriteLine("This should not happen...");
Environment.Exit(90);
Environment.Exit(4);
break;
}
},