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:
parent
ee5e31e0bf
commit
9b41f5c13a
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ noexcept try
|
|||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
const ctx::exception_handler eh;
|
||||
notice(control_room, e.what());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue