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 566811b commit fcabdf7Copy full SHA for fcabdf7
README.md
@@ -32,7 +32,7 @@ launchTask(task, standardInput: input)
32
print("stdout: \(data)")
33
34
case let .Success(string):
35
- print("value: \(string)")
+ print("value: \(string ?? "")")
36
}
37
38
```
0 commit comments