From 4799a2106104327eab42f23d14f1cdb11939da1b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=96=B6=EF=B8=8F=20plugin.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/plugin.ts | 1 + 1 file changed, 1 insertion(+) 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` } } +