mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
QueueProcessor: survive on LOG.error in tests
This commit is contained in:
@@ -209,8 +209,8 @@ public class QueueProcessor<T> {
|
||||
try {
|
||||
LOG.error(t);
|
||||
}
|
||||
catch (Exception ignore) {
|
||||
// should survive assertions
|
||||
catch (Throwable e2) {
|
||||
e2.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user