[remote dev] IJPL-210673 Fixed the plugin manager view when an incorrect Marketplace URL was specified.

GitOrigin-RevId: a6492f7d2c109d45bac5ad8b458aaa6ff3f54183
This commit is contained in:
Denis Zaichenko
2025-10-13 15:04:16 +00:00
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) {