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.
2 parents 6c53107 + 848e5fe commit f650d77Copy full SHA for f650d77
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