Skip to content

Commit 62de5e3

Browse files
author
David Ungar
committed
Fix typo
1 parent 6d72507 commit 62de5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Incremental Compilation/BuildRecordInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct JobResult {
157157
/// Added for the sake of compatibility with the legacy driver.
158158
private func preservePreviousBuildRecord(_ oldPath: AbsolutePath) {
159159
let newPath = oldPath.withTilde()
160-
try! fileSystem.move(from: oldPath, to: newPath)
160+
try? fileSystem.move(from: oldPath, to: newPath)
161161
}
162162

163163

0 commit comments

Comments
 (0)