mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 02:22:40 +00:00
chore: generate
This commit is contained in:
parent
b708e8431e
commit
c2061c6bbf
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue