We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8a57e commit 3ccebb8Copy full SHA for 3ccebb8
Sources/SparkConnect/ErrorUtils.swift
@@ -28,7 +28,7 @@ public enum ErrorUtils {
28
result = try await block()
29
try await finallyBlock()
30
} catch {
31
- try await finallyBlock()
+ try? await finallyBlock()
32
throw error
33
}
34
return result
0 commit comments