mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-11 06:13:41 +00:00
chore: generate
This commit is contained in:
parent
d97aca139f
commit
5053c1bfdd
1 changed files with 3 additions and 3 deletions
|
|
@ -100,9 +100,9 @@ export const tracingLayer = Effect.fnUntraced(function* (options: Options | unde
|
|||
),
|
||||
}))
|
||||
return Layer.effectContext(
|
||||
Effect.acquireRelease(Scope.make(), (scope, exit) =>
|
||||
Scope.close(scope, exit).pipe(Effect.ignoreCause),
|
||||
).pipe(Effect.flatMap((scope) => Layer.buildWithScope(tracing, scope))),
|
||||
Effect.acquireRelease(Scope.make(), (scope, exit) => Scope.close(scope, exit).pipe(Effect.ignoreCause)).pipe(
|
||||
Effect.flatMap((scope) => Layer.buildWithScope(tracing, scope)),
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue