chore: generate
This commit is contained in:
parent
e16f4b6b99
commit
16333b5222
2 changed files with 483 additions and 440 deletions
|
|
@ -31,7 +31,10 @@ const setBootstrap = (run: Effect.Effect<void>) =>
|
|||
)
|
||||
|
||||
const registerDisposerScoped = (disposer: (directory: string) => Promise<void>) =>
|
||||
Effect.acquireRelease(Effect.sync(() => registerDisposer(disposer)), (off) => Effect.sync(off))
|
||||
Effect.acquireRelease(
|
||||
Effect.sync(() => registerDisposer(disposer)),
|
||||
(off) => Effect.sync(off),
|
||||
)
|
||||
|
||||
describe("InstanceStore", () => {
|
||||
it.live("loads instance context without installing ALS for the caller", () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue