Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Apr 5, 2023
1 parent dae65d2 commit a92a530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Telemetry/Telemetry+Action.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ extension Telemetry {
guard let url: URL = Self.getURL(with: arguments) else { return }
let task = session.dataTask(with: url) { _, _, error in
if let errorResponse = error?.localizedDescription {
// - Fixme: ⚠️️ shorten error respons to mac 20-30 chars?
Swift.print("⚠️️ Failed to deliver GA Request. ", errorResponse)
complete?(false)
}
Expand Down

0 comments on commit a92a530

Please sign in to comment.