0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

modules/s_control: Fix context switch in exception handler.

This commit is contained in:
Jason Volk 2019-03-28 22:01:42 -07:00
parent ee5e31e0bf
commit 9b41f5c13a

View file

@ -108,6 +108,7 @@ noexcept try
}
catch(const std::exception &e)
{
const ctx::exception_handler eh;
notice(control_room, e.what());
}