mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] do not catch a pce
This commit is contained in:
@@ -340,6 +340,8 @@ public class GitHistoryUtils {
|
||||
resultAdapter.consume(record);
|
||||
}
|
||||
}
|
||||
catch (ProcessCanceledException ignored) {
|
||||
}
|
||||
catch (Throwable t) {
|
||||
LOG.error(t);
|
||||
exceptionConsumer.consume(new VcsException("Internal error " + t.getMessage(), t));
|
||||
|
||||
Reference in New Issue
Block a user