mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Don't time out on non shown error handler
This commit is contained in:
parent
323ca02a43
commit
7229f98051
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ public class ErrorHandlerComp extends SimpleComp {
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
t.printStackTrace();
|
t.printStackTrace();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
showLatch.countDown();
|
||||||
|
finishLatch.countDown();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue