onevcat 1 год назад
Родитель
Сommit
a85b910cb5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Sources/Image/ImageDrawing.swift

+ 1 - 0
Sources/Image/ImageDrawing.swift

@@ -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