one more missing invokeLater() for plugin update checks (EA-76738 - Throwable: DebugUtil.currentStackTrace)
This commit is contained in:
@@ -120,7 +120,7 @@ class KotlinPluginUpdater(val propertiesComponent: PropertiesComponent) : Dispos
|
|||||||
catch(e: Exception) {
|
catch(e: Exception) {
|
||||||
LOG.info("Kotlin plugin update check failed", e)
|
LOG.info("Kotlin plugin update check failed", e)
|
||||||
checkQueued = false
|
checkQueued = false
|
||||||
queueUpdateCheck()
|
ApplicationManager.getApplication().invokeLater { queueUpdateCheck() }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user