[git] do not catch a pce

This commit is contained in:
Julia Beliaeva
2017-03-06 07:21:46 +03:00
parent 319e4988eb
commit 549f086bda
@@ -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));