Skip to content

Commit f3ecf72

Browse files
authored
Merge pull request #899 from rgoldberg/898-network-warning
Fix network warning
2 parents 33242b6 + 95266c1 commit f3ecf72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/mas/AppStore/Downloader.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ struct Downloader {
5050
"Network error (",
5151
attemptCount,
5252
attemptCount == 1 ? " attempt remaining):\n" : " attempts remaining):\n",
53-
error
53+
error,
54+
separator: ""
5455
)
5556
try await downloadApp(withAppID: appID, purchasing: purchasing, withAttemptCount: attemptCount)
5657
}

0 commit comments

Comments
 (0)