diff --git a/src/HexManiac.WPF/Windows/MainWindow.xaml.cs b/src/HexManiac.WPF/Windows/MainWindow.xaml.cs index c5c5818a..20f48bee 100644 --- a/src/HexManiac.WPF/Windows/MainWindow.xaml.cs +++ b/src/HexManiac.WPF/Windows/MainWindow.xaml.cs @@ -75,6 +75,7 @@ namespace HavenSoft.HexManiac.WPF.Windows { #else text.AppendLine("Release Version"); #endif + text.AppendLine(DateTime.Now.ToString()); text.AppendLine(e.Exception.GetType().ToString()); text.AppendLine(e.Exception.Message); text.AppendLine(e.Exception.StackTrace);