mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-22 06:21:25 +07:00
[vcs] don't try to acquire CLM when project is disposed
GitOrigin-RevId: 7e58c1fee30bd4348293eb8a9d61bba94c288570
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6ac2ff7be7
commit
14e0b8fa71
@@ -167,6 +167,7 @@ internal abstract class ChangeListCommitMessagePolicy(
|
||||
}
|
||||
|
||||
override fun dispose() {
|
||||
if(project.isDisposed) return
|
||||
saveStateOnDispose()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user