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 36c89c7 + 89f817c commit a84c81eCopy full SHA for a84c81e
Sources/SwiftDriver/Utilities/VirtualPath.swift
@@ -763,7 +763,7 @@ extension TSCBasic.FileSystem {
763
// retrieve the mod time of the underlying file. This makes build systems
764
// that regenerate lots of symlinks but do not otherwise alter the
765
// contents of files - like Bazel - quite happy.
766
- let path = resolveSymlinks(path)
+ let path = try resolveSymlinks(path)
767
#if os(Windows)
768
// The NT epoch is 1601, so we need to add a correction factor to bridge
769
// between Foundation.Date's insistence on using the Mac epoch time of
0 commit comments