Fixed build

This commit is contained in:
Alexey Milovidov 2020-01-02 13:27:40 +03:00
parent 2889d3541c
commit 8964a7ac42
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ int main(int argc, char ** argv)
std::cerr << e.what() << ", " << e.message() << std::endl std::cerr << e.what() << ", " << e.message() << std::endl
<< std::endl << std::endl
<< "Stack trace:" << std::endl << "Stack trace:" << std::endl
<< e.getStackTrace().toString() << e.getStackTraceString()
<< std::endl; << std::endl;
throw; throw;
} }

View File

@ -53,7 +53,7 @@ int main(int argc, char ** argv)
std::cerr << e.what() << ", " << e.message() << std::endl std::cerr << e.what() << ", " << e.message() << std::endl
<< std::endl << std::endl
<< "Stack trace:" << std::endl << "Stack trace:" << std::endl
<< e.getStackTrace().toString() << e.getStackTraceString()
<< std::endl; << std::endl;
throw; throw;
} }