Added stack trace to exception to get more diagnostic output

This commit is contained in:
dragonmacher
2020-10-07 11:46:00 -04:00
parent 20a7860856
commit bd00e97bee
@@ -1193,7 +1193,8 @@ public class HeadlessAnalyzer {
// This can never happen because there is no user interaction in headless!
}
catch (Exception exc) {
Msg.error(this, domFile.getPathname() + " Error during analysis: " + exc.getMessage());
Msg.error(this, domFile.getPathname() + " Error during analysis: " + exc.getMessage(),
exc);
}
finally {