twml_error: set restore flag

This commit is contained in:
Charles Dang 2016-03-22 18:29:39 +11:00
parent b0c485f5d0
commit 7a04c01dc7

View file

@ -176,6 +176,8 @@ twml_error::twml_error(const std::string& summary,
, have_post_summary_(!post_summary.empty())
, report_()
{
set_restore(true);
const std::string& file_list_text = format_file_list(files);
report_ = summary;