Skip to content

Commit c2061c6

Browse files
opencode-agent[bot]opencode
authored andcommitted
chore: generate
1 parent b708e84 commit c2061c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/src/plugin/loader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export namespace PluginLoader {
7171
kind: PluginKind,
7272
): Promise<
7373
| { ok: true; value: Resolved }
74-
| { ok: false; stage: "missing"; value: Missing }
75-
| { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
74+
| { ok: false; stage: "missing"; value: Missing }
75+
| { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
7676
> {
7777
// First make sure the plugin exists locally, installing npm plugins on demand.
7878
let target = ""

0 commit comments

Comments
 (0)