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 e001826 commit 322dee6Copy full SHA for 322dee6
Sources/MuxUploadSDK/PublicAPI/UploadManager.swift
@@ -121,6 +121,7 @@ public final class UploadManager {
121
// Only started uploads, aka uploads with a file
122
// worker can be registered.
123
// TODO: Should this throw?
124
+ MuxUploadSDK.logger?.debug("registerUpload() called for an unstarted upload")
125
return
126
}
127
0 commit comments