Skip to content
Snippets Groups Projects
Commit 0176c780 authored by chantrait's avatar chantrait
Browse files

Merge branch 'develop' into feature/coupling_module

parents dc91d81b a04491b8
No related branches found
No related tags found
No related merge requests found
......@@ -133,9 +133,9 @@ parser(const std::string& filename)
std::exit(1);
}
catch (const IExitError& e) {
// Each failing process must write
std::cerr.clear();
std::cerr << ASTBacktrace::getInstance().errorMessageAt(e.what()) << '\n';
finalize();
std::exit(1);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment