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 3032138 commit 558048bCopy full SHA for 558048b
Sources/SWBCore/Core.swift
@@ -330,7 +330,7 @@ public final class Core: Sendable {
330
// Search paths relative to SWBCore itself.
331
do {
332
func appendInferior(_ path: Path) {
333
- if !developerPath.dirname.isAncestor(of: path) {
+ if !developerPath.path.dirname.isAncestor(of: path) {
334
result.append(path)
335
}
336
0 commit comments