chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-26 17:56:55 +00:00
commit 0e2dd4ad15
2 changed files with 3 additions and 4 deletions

View file

@ -75,7 +75,8 @@ export const layer = Layer.effectDiscard(
agent: context.agent,
source,
})
if (type === "directory") return yield* reader.list(absolute, { offset: input.offset, limit: input.limit })
if (type === "directory")
return yield* reader.list(absolute, { offset: input.offset, limit: input.limit })
const content = yield* reader.read(absolute, resource, {
offset: input.offset,
limit: input.limit,