twml_error: set restore flag
This commit is contained in:
parent
b0c485f5d0
commit
7a04c01dc7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue