Skip to content

Commit f143ef5

Browse files
committed
System was exiting early
1 parent 717f6cf commit f143ef5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/ffxivcensus/gatherer/GathererController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public static void main(String[] args) {
6161

6262
if (args.length == 0) { //If user provides no command line arguments
6363
System.out.println("Usage: java -jar XIVStats.jar <lowest-id> <highest-id>");
64-
System.exit(1);
6564
} else { //Else valid set of args
6665
try { //Try to convert params to ints
6766

@@ -75,7 +74,6 @@ public static void main(String[] args) {
7574
readConfig();
7675
} catch (Exception ex) {
7776
System.out.println(ex.getMessage());
78-
System.exit(0);
7977
}
8078

8179
//Create DB table if it doesn't exist

0 commit comments

Comments
 (0)