This commit is contained in:
Alexey Boykov 2021-08-31 15:15:04 +03:00
parent b31a611e54
commit fbe453ff9d
2 changed files with 3 additions and 5 deletions

View File

@ -427,9 +427,7 @@ try
catch (...)
{
if (!config().hasOption("ignore-error"))
{
throw;
}
if (!exception)
exception = std::current_exception();