Skip to content

Commit

Permalink
Add back assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jul 18, 2024
1 parent e4d98dc commit a85b910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Image/ImageDrawing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ extension KingfisherWrapper where Base: KFCrossPlatformImage {
}
#endif
guard let blurredImage = result else {
assertionFailure("[Kingfisher] Can not make an blurred image within this context.")
return base
}
return blurredImage
Expand Down

0 comments on commit a85b910

Please sign in to comment.