We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8da665 commit 5fb53f7Copy full SHA for 5fb53f7
Flow-iOS.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'Flow-iOS'
11
- s.version = '1.0.0'
+ s.version = '1.0.1'
12
s.summary = 'Make your logic flow and data flow clean and human readable.'
13
14
# This description is used to generate tags and improve search results.
Flow/Classes/Flow.swift
@@ -117,6 +117,7 @@ public class Flow {
117
break
118
case .withError(let error):
119
log(message: "\(operation.displayName) DidFinish: withError: \(error)")
120
+ self.error = error
121
stopingCaseHandling(operation: operation)
122
123
case .withInsufficientInputData(let message):
0 commit comments