This commit is contained in:
2026-05-05 08:45:54 +07:00
parent ca9bfca40c
commit 3803dc3738
3 changed files with 7 additions and 4 deletions

View File

@@ -355,12 +355,12 @@ namespace amr_control
catch (const std::exception &e)
{
robot::log_error("[%s:%d]\n Exception: %s", __FILE__, __LINE__, e.what());
exit(1);
// exit(1);
}
catch (...)
{
robot::log_error("[%s:%d]\n Unknown exception occurred", __FILE__, __LINE__);
exit(1);
// exit(1);
}
}