This commit is contained in:
AlexeyMatveev686
2023-05-18 10:21:06 +03:00
parent 86359d4b1d
commit edfcaa86e5

View File

@ -575,6 +575,7 @@ function getAllPluginsData(bFirstRender, bshowMarketplace) {
}).catch(function(err){
console.error(err);
count--;
}).finally(function(){
if (!count)
test(bFirstRender, bshowMarketplace);
});