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