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 7de536c + 0a22100 commit 94711faCopy full SHA for 94711fa
Sources/SWBCore/Settings/StackedSearchPaths.swift
@@ -104,7 +104,7 @@ extension StackedSearchPathLookupError: CustomStringConvertible {
104
switch self {
105
case let .unableToFind(subject, operatingSystem, searchPaths):
106
let candidates = searchPaths.flatMap { $0.paths.map { $0.join(subject.fileName(operatingSystem: operatingSystem)).str }}
107
- return "unable to find \(subject.fileName(operatingSystem: operatingSystem)) among search paths: \(candidates.joined(separator: ", "))"
+ return "unable to find \(subject.fileName(operatingSystem: operatingSystem).str) among search paths: \(candidates.joined(separator: ", "))"
108
}
109
110
0 commit comments