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 c3c54c1 commit a6d48ebCopy full SHA for a6d48eb
Sources/ContainerClient/Utility.swift
@@ -309,14 +309,7 @@ public struct Utility {
309
volumeCreated = false
310
}
311
312
- // Warn user if named volume was auto-created
313
- if volumeCreated && !parsed.isAnonymous {
314
- let warning = "Volume '\(parsed.name)' does not exist. Creating new volume."
315
- let formattedWarning = "\u{001B}[33m\(warning)\u{001B}[0m\n"
316
- if let warningData = formattedWarning.data(using: .utf8) {
317
- FileHandle.standardError.write(warningData)
318
- }
319
+ // TODO: Warn user if named volume was auto-created
320
321
return volume
322
0 commit comments