mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] add exception information to the error
EA-142375 GitOrigin-RevId: 6837abc11fb09b95b2224090744930b850376e2e
This commit is contained in:
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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user