We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717f6cf commit f143ef5Copy full SHA for f143ef5
1 file changed
src/main/java/com/ffxivcensus/gatherer/GathererController.java
@@ -61,7 +61,6 @@ public static void main(String[] args) {
61
62
if (args.length == 0) { //If user provides no command line arguments
63
System.out.println("Usage: java -jar XIVStats.jar <lowest-id> <highest-id>");
64
- System.exit(1);
65
} else { //Else valid set of args
66
try { //Try to convert params to ints
67
@@ -75,7 +74,6 @@ public static void main(String[] args) {
75
74
readConfig();
76
} catch (Exception ex) {
77
System.out.println(ex.getMessage());
78
- System.exit(0);
79
}
80
81
//Create DB table if it doesn't exist
0 commit comments