📻 pluginInstallationHelpers.ts

This commit is contained in:
nirholas
2026-03-31 10:24:25 +00:00
parent a0f0c95864
commit 80f7bcf1ba

View File

@@ -593,3 +593,4 @@ export async function installPluginFromMarketplace({
return { success: false, error: `Failed to install: ${errorMessage}` }
}
}