Skip to content

Commit 0eee269

Browse files
committed
[UPDATE] fix message.
1 parent 50243ac commit 0eee269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/KurrentDB/Core/Error/KurrentError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func withRethrowingError<T>(usage: String, action: @Sendable () throws -> T) thr
167167
} catch let error as RPCError {
168168
try error.rethrow(usage: usage, origin: error)
169169
} catch {
170-
throw .internalClientError(reason: "`\(usage)` failed. full error: \(error)")
170+
throw .internalClientError(reason: "`\(usage)` failed. full error: \(error).")
171171
}
172172
throw .internalClientError(reason: "`\(usage)` failed.")
173173
}

0 commit comments

Comments
 (0)