遇到异常把消息打印到控制台

This commit is contained in:
nilaoda 2022-07-20 11:46:28 +08:00
parent 9b799662ce
commit 3cebbaaa79
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{