Slight pre-release tweak to allow rebuilding of the index when an error occurs on the stack.
This commit is contained in:
parent
dee6fdbf95
commit
3f7369efcf
@ -22,6 +22,8 @@ public class Main {
|
||||
com.jamesquinley.DelegationServices.delegationServices.matchmakingService();
|
||||
} catch (Exception e) {
|
||||
System.out.println("Something went wrong, DEBUG: " + e);
|
||||
System.out.println("Rebuilding database...");
|
||||
buildIndex();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user