chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-08 19:43:41 +00:00
parent c06ad7c881
commit 537666149b
24 changed files with 848 additions and 876 deletions
+6 -6
View File
@@ -94,12 +94,12 @@ export const layer = Layer.effect(
.pipe(
Effect.catch((error) =>
Effect.logError("failed to format file", {
error: "spawn failed",
command: cmd,
...item.environment,
file: filepath,
cause: errorMessage(error.cause ?? error),
}).pipe(Effect.as(undefined)),
error: "spawn failed",
command: cmd,
...item.environment,
file: filepath,
cause: errorMessage(error.cause ?? error),
}).pipe(Effect.as(undefined)),
),
)
if (result && result.exitCode !== 0) {