diff --git a/src/types/plugin.ts b/src/types/plugin.ts index e398314..8037896 100644 --- a/src/types/plugin.ts +++ b/src/types/plugin.ts @@ -361,3 +361,4 @@ export function getPluginErrorMessage(error: PluginError): string { return `Plugin "${error.plugin}" not cached at ${error.installPath} — run /plugins to refresh` } } +