Don't time out on non shown error handler

This commit is contained in:
crschnick 2024-10-21 18:25:11 +00:00
parent 323ca02a43
commit 7229f98051

View file

@ -138,6 +138,9 @@ public class ErrorHandlerComp extends SimpleComp {
} catch (Throwable t) {
t.printStackTrace();
}
} else {
showLatch.countDown();
finishLatch.countDown();
}
});