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 9e33a8f commit 848e5feCopy full SHA for 848e5fe
Sources/SwiftIfConfig/BuildConfiguration.swift
@@ -43,7 +43,7 @@ enum BuildConfigurationError: Error, CustomStringConvertible {
43
var description: String {
44
switch self {
45
case .experimentalFeature(let name):
46
- return "'name' is an experimental feature"
+ return "'\(name)' is an experimental feature"
47
}
48
49
0 commit comments