Update bun minor+patch updates to v3.10.1 - abandoned #48

Open
renovate-bot wants to merge 30 commits from renovate/bun-minor-patch into master
Showing only changes of commit 01aa5c6eab - Show all commits
+1 -1
View File
@@ -60,7 +60,7 @@ export class SynchronizedFormImpl<
super() super()
} }
get run(): Effect.Effect<void, ParseResult.ParseError | TER | TEW> { get run(): Effect.Effect<void, ParseResult.ParseError | TER> {
return this.runSemaphore.withPermits(1)(Effect.provide( return this.runSemaphore.withPermits(1)(Effect.provide(
Effect.all([ Effect.all([
Stream.runForEach( Stream.runForEach(