Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Dec 21, 2023
1 parent 94bcc65 commit eff0b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/loader/network_loader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class NetworkLoader {
expireAt = now.add(Duration(seconds: maxAge - age));
}
}
} catch (error) {
} on Exception catch (error) {
log('[taro][network] Error parsing cache-control header: $cacheControl');
log('[taro][network] Url: $url');
log('[taro][network] Error: $error');
Expand Down

0 comments on commit eff0b7e

Please sign in to comment.