Skip to content

Commit fcabdf7

Browse files
committed
Make sure this is non-nil
1 parent 566811b commit fcabdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ launchTask(task, standardInput: input)
3232
print("stdout: \(data)")
3333

3434
case let .Success(string):
35-
print("value: \(string)")
35+
print("value: \(string ?? "")")
3636
}
3737
}
3838
```

0 commit comments

Comments
 (0)