mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 23:57:12 -05:00
update emergency err log datetime format
This commit is contained in:
parent
f5b22d7873
commit
d76f1dd7a5
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user