فهرست منبع

chore: generate

opencode-agent[bot] 4 ماه پیش
والد
کامیت
c2061c6bbf
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/opencode/src/plugin/loader.ts

+ 2 - 2
packages/opencode/src/plugin/loader.ts

@@ -71,8 +71,8 @@ export namespace PluginLoader {
     kind: PluginKind,
   ): Promise<
     | { ok: true; value: Resolved }
-      | { ok: false; stage: "missing"; value: Missing }
-      | { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
+    | { ok: false; stage: "missing"; value: Missing }
+    | { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
   > {
     // First make sure the plugin exists locally, installing npm plugins on demand.
     let target = ""