From 7a54a2c49cca87fbc12619544c403ce240a6947b Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Tue, 9 Jun 2026 19:10:44 +0000 Subject: [PATCH] chore: generate --- packages/opencode/src/plugin/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/opencode/src/plugin/index.ts b/packages/opencode/src/plugin/index.ts index c4bff0fa6..74f509f14 100644 --- a/packages/opencode/src/plugin/index.ts +++ b/packages/opencode/src/plugin/index.ts @@ -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)