Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-01-21 02:39:57 +01:00
parent 20b7c7e582
commit 630c7d7b6c

View File

@@ -267,7 +267,7 @@ export class Reffuse<R> {
return () => { return () => {
Fiber.interrupt(fiber).pipe( Fiber.interrupt(fiber).pipe(
Effect.flatMap(() => Scope.close(scope, Exit.void)), Effect.andThen(Scope.close(scope, Exit.void)),
runFork, runFork,
) )
} }