Main, ...: catch any exception, not just std::runtime_error
This commit is contained in:
@@ -875,7 +875,7 @@ try {
|
||||
call */
|
||||
return;
|
||||
}
|
||||
} catch (const std::runtime_error &) {
|
||||
} catch (...) {
|
||||
MultiSocketMonitor::Reset();
|
||||
LockCaughtError();
|
||||
}
|
||||
|
Reference in New Issue
Block a user