mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 17:15:28 -05:00
update emergency err log datetime format
This commit is contained in:
@@ -172,7 +172,7 @@ private static bool EmergencyErrorLog(Exception originalException, Exception err
|
||||
{
|
||||
// Not using a string builder because something's very wrong, and we don't want to make things worse
|
||||
var message = (originalException?.ToString() ?? "null first exception") + Environment.NewLine + errorHandlingException;
|
||||
File.WriteAllText($"PKHeX_Error_Report {DateTime.Now:YYYYMMDDhhmmss}.txt", message);
|
||||
File.WriteAllText($"PKHeX_Error_Report {DateTime.Now:yyyyMMddHHmmss}.txt", message);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user