diff --git a/EliteBGS/MainWindow.xaml.cs b/EliteBGS/MainWindow.xaml.cs index b93d741..adc3406 100644 --- a/EliteBGS/MainWindow.xaml.cs +++ b/EliteBGS/MainWindow.xaml.cs @@ -233,6 +233,12 @@ public partial class MainWindow : MetroWindow { HandleEntries(entries, start, end); GenerateLog(); + + var errors = journal.AllErrors; + foreach (var error in errors) { + Log("An error has occured in the Journal file, please send this to CMDR Hekateh:"); + Log(error.ToString()); + } } catch (Exception exception) { Log("Something went terribly wrong while parsing the E:D player journal."); Log("Please send this to CMDR Hekateh:");