mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-25 06:41:57 +00:00
遇到异常把消息打印到控制台
This commit is contained in:
parent
9b799662ce
commit
3cebbaaa79
@ -76,6 +76,7 @@ namespace N_m3u8DL_RE.Downloader
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.WarnMarkUp($"{ex.Message} retryCount: {retryCount}");
|
||||
Logger.Debug(ex.ToString());
|
||||
if (retryCount-- > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user