Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Apr 17, 2023
1 parent 75cf417 commit 51df43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ extension CustomError: LocalizedError {
mainError = error as NSError
}
case let .failure(error):
print("\(self.TAG) download error", response?.value ?? "", error)
print("\(self.TAG) download error", response.value ?? "", error)
mainError = error as NSError
}
}
Expand Down

0 comments on commit 51df43e

Please sign in to comment.