mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-07-10 05:57:08 +00:00
修正日志写入BUG
This commit is contained in:
parent
c5523c956c
commit
ba1844ca99
@ -88,7 +88,7 @@ namespace N_m3u8DL_RE.Common.Log
|
|||||||
LogWriteLock.EnterWriteLock();
|
LogWriteLock.EnterWriteLock();
|
||||||
using (StreamWriter sw = File.AppendText(LogFilePath))
|
using (StreamWriter sw = File.AppendText(LogFilePath))
|
||||||
{
|
{
|
||||||
sw.WriteLine(plain, Encoding.UTF8);
|
sw.WriteLine(plain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user