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 9f5c404 + cb016cd commit acabb1dCopy full SHA for acabb1d
Sources/Diagnose/ReproducerBundle.swift
@@ -26,7 +26,7 @@ func makeReproducerBundle(for requestInfo: RequestInfo, toolchain: Toolchain, bu
26
encoding: .utf8
27
)
28
if let toolchainPath = toolchain.path {
29
- try toolchainPath.pathString
+ try toolchainPath.asURL.resolvingSymlinksInPath().path
30
.write(
31
to: bundlePath.appendingPathComponent("toolchain.txt"),
32
atomically: true,
0 commit comments