mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make sure the log writes even if it crashes
This commit is contained in:
@@ -107,6 +107,7 @@ namespace SabreTools.Helper
|
||||
try
|
||||
{
|
||||
_log.WriteLine(loglevel.ToString() + " - " + DateTime.Now + " - " + output);
|
||||
_log.Flush();
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user