mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 09:49:35 +00:00
chore: generate
This commit is contained in:
parent
600e405ba0
commit
7a54a2c49c
1 changed files with 1 additions and 3 deletions
|
|
@ -164,9 +164,7 @@ export const layer = Layer.effect(
|
|||
try: () => plugin(input),
|
||||
catch: errorMessage,
|
||||
}).pipe(
|
||||
Effect.tapError((error) =>
|
||||
Effect.logError("failed to load internal plugin", { name: plugin.name, error }),
|
||||
),
|
||||
Effect.tapError((error) => Effect.logError("failed to load internal plugin", { name: plugin.name, error })),
|
||||
Effect.option,
|
||||
)
|
||||
if (init._tag === "Some") hooks.push(init.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue