[git] add exception information to the error

EA-142375

GitOrigin-RevId: 6837abc11fb09b95b2224090744930b850376e2e
This commit is contained in:
Julia Beliaeva
2019-05-26 23:04:48 +03:00
committed by intellij-monorepo-bot
parent ff0cf2859f
commit cfaba08db9
@@ -265,7 +265,7 @@ class DeepComparator(private val project: Project,
pickedCommits.add(storage.getCommitIndex(HashImpl.build(line), root))
}
catch (e: Exception) {
LOG.error("Couldn't parse line [$line]")
LOG.error("Couldn't parse line [$line]", e)
}
}
}