▶️ plugin.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent da64d3c988
commit 4799a21061

View File

@@ -361,3 +361,4 @@ export function getPluginErrorMessage(error: PluginError): string {
return `Plugin "${error.plugin}" not cached at ${error.installPath} — run /plugins to refresh` return `Plugin "${error.plugin}" not cached at ${error.installPath} — run /plugins to refresh`
} }
} }