遇到异常把消息打印到控制台
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…
Reference in New Issue