This commit is contained in:
Anuken 2020-11-11 09:28:17 -05:00
parent 887ce28fc2
commit 12843af977
7 changed files with 5 additions and 15 deletions

View file

@ -69,7 +69,7 @@ public class ApplicationTests{
}
};
new HeadlessApplication(core, null, throwable -> exceptionThrown[0] = throwable);
new HeadlessApplication(core, throwable -> exceptionThrown[0] = throwable);
while(!begins[0]){
if(exceptionThrown[0] != null){