Heartstopper Commit
Enabled every catch block in the project to log parsed exceptions.
This commit is contained in:
@@ -82,6 +82,7 @@ public class ServerConstants {
|
||||
ServerConstants.SHUTDOWNHOOK = p.getProperty("SHUTDOWNHOOK").equalsIgnoreCase("true");
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.out.println("Failed to load configuration.ini.");
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user