try catch all the things
This commit is contained in:
@@ -130,7 +130,7 @@ static class Program
|
||||
break;
|
||||
default:
|
||||
System.Console.WriteLine("This should not happen...");
|
||||
Environment.Exit(90);
|
||||
Environment.Exit(4);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user