Skip to content

Commit 1df37c7

Browse files
committed
🩹 Remove Sendable from errorHandler
1 parent ab58d12 commit 1df37c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Dripper/Effect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extension Effect {
5050

5151
public static func run(
5252
blend: @escaping (_ pour: Pour<Action>) async throws -> Void,
53-
catch errorHandler: (@Sendable (_ error: any Error, _ pour: Pour<Action>) async -> Void)? = nil,
53+
catch errorHandler: ((_ error: any Error, _ pour: Pour<Action>) async -> Void)? = nil,
5454
fileID: StaticString = #fileID,
5555
line: UInt = #line
5656
) -> Self {

0 commit comments

Comments
 (0)