We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33242b6 + 95266c1 commit f3ecf72Copy full SHA for f3ecf72
1 file changed
Sources/mas/AppStore/Downloader.swift
@@ -50,7 +50,8 @@ struct Downloader {
50
"Network error (",
51
attemptCount,
52
attemptCount == 1 ? " attempt remaining):\n" : " attempts remaining):\n",
53
- error
+ error,
54
+ separator: ""
55
)
56
try await downloadApp(withAppID: appID, purchasing: purchasing, withAttemptCount: attemptCount)
57
}
0 commit comments