opt: notify-debugger-on-exception (#1750)

This commit is contained in:
My-Responsitories
2025-11-17 21:49:36 +08:00
committed by GitHub
parent 76c2de4394
commit 0f8166620e
14 changed files with 37 additions and 74 deletions

View File

@@ -209,6 +209,7 @@ class _DownloadPanelState extends State<DownloadPanel> {
}
late final int? vipStatus = Pref.userInfoCache?.vipStatus;
@pragma('vm:notify-debugger-on-exception')
bool _onDownload({
required int index,
required ugc.BaseEpisodeItem episode,