[gnc-report] dump backtrace to console when report crashes

because gnc:backtrace-if-exception, not used anymore, would dump guile
backtrace to console. restore this behaviour.
This commit is contained in:
Christopher Lam 2021-01-06 22:09:18 +08:00
parent ae1e27147f
commit 00fb53e0bf

View File

@ -230,6 +230,7 @@ gnc_run_report_with_error_handling (gint report_id, gchar ** data, gchar **errms
{
*errmsg = gnc_scm_to_utf8_string (captured_error);
*data = NULL;
PWARN ("Error in report: %s", *errmsg);
return FALSE;
}
}