aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-01 18:46:05 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-01 18:46:05 +0300
commit44728b1223a0e90785fe67f4e5782bee0683ed09 (patch)
tree4c17718eecd87d407b6f9eb4b81d29895301aa8c /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
parentd5adb83c9487cd7198500a1e46933ca27a3411af (diff)
downloadTango-44728b1223a0e90785fe67f4e5782bee0683ed09.tar.gz
Tango-44728b1223a0e90785fe67f4e5782bee0683ed09.zip
Implemented default report issue settings on machine studio.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
index 8d5981322..ed2cbdbd7 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
@@ -174,6 +174,7 @@ namespace Tango.MachineStudio.UI
catch (Exception ex)
{
LogManager.Log(ex, "Error in global exception trapper!");
+ MessageBox.Show(ex.ToStringSafe());
}
}