mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-29 15:59:12 +08:00
Add assert for error to log webp error which seems to error often on CI
This commit is contained in:
@@ -353,6 +353,7 @@
|
||||
options:PINRemoteImageManagerDownloadOptionsNone
|
||||
completion:^(PINRemoteImageManagerResult *result)
|
||||
{
|
||||
XCTAssert(result.error == nil, @"error is non-nil: %@", result.error);
|
||||
outImage = result.image;
|
||||
outAnimatedImage = result.animatedImage;
|
||||
dispatch_semaphore_signal(semaphore);
|
||||
|
||||
Reference in New Issue
Block a user