Skip to content

Commit 68fd01e

Browse files
committed
Update Error Fix
1 parent 78be60d commit 68fd01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/File/FileError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ extension FileError: CustomDebugStringConvertible {
9595
/// Representation of instance, suitable for debugging
9696
public var debugDescription: String {
9797
guard let error = error else {
98-
return self.debugDescription
98+
return self.description
9999
}
100100
return self.description + ":) \(error)"
101101
}

0 commit comments

Comments
 (0)