mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[remote dev] IJPL-210673 Fixed the plugin manager view when an incorrect Marketplace URL was specified.
GitOrigin-RevId: a6492f7d2c109d45bac5ad8b458aaa6ff3f54183
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b7309ea361
commit
a4fbba405b
@@ -52,9 +52,7 @@ object PluginManagerPanelFactory {
|
||||
try {
|
||||
for (query in queries) {
|
||||
val result = pluginManager.executeMarketplaceQuery(query, 18, false)
|
||||
if (result.error == null) {
|
||||
marketplaceData[query] = result
|
||||
}
|
||||
marketplaceData[query] = result
|
||||
}
|
||||
}
|
||||
catch (e: Exception) {
|
||||
|
||||
Reference in New Issue
Block a user