mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Bug fix
This commit is contained in:
@@ -74,8 +74,8 @@ Future<void> prepareImageCaches() async {
|
||||
_imageCaches = ImageCaches();
|
||||
try {
|
||||
await _imageCaches!.init();
|
||||
} catch (e) {
|
||||
_globalLog.warning("Failed to initiailzed image caches: $e");
|
||||
} catch (e, stack) {
|
||||
_globalLog.warning("Failed to initiailzed image caches: $e\n$stack");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user