Skip to content

Commit

Permalink
Polished And tested
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Mar 29, 2023
1 parent 6c5e0f0 commit d752a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VTOL_2.0.0/Pages/Page_Home.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4444,7 +4444,7 @@ private void Locate_Titanfall_Install_Click(object sender, RoutedEventArgs e)
Main.logger2.Open();
Main.logger2.Log($"A crash happened at {DateTime.Now.ToString("yyyy - MM - dd HH - mm - ss.ff", CultureInfo.InvariantCulture)}{Environment.NewLine}" + ex.Message + Environment.NewLine + ex.StackTrace + Environment.NewLine + ex.Source + Environment.NewLine + ex.InnerException + Environment.NewLine + ex.TargetSite + Environment.NewLine + "From VERSION - " + Assembly.GetExecutingAssembly().GetName().Version.ToString() + Environment.NewLine + System.Reflection.MethodBase.GetCurrentMethod().Name);
Main.logger2.Close();
,

}
}
}
Expand Down

0 comments on commit d752a5d

Please sign in to comment.