Main, ...: catch any exception, not just std::runtime_error
This commit is contained in:
@@ -856,7 +856,7 @@ try {
|
||||
PulseOutput po(empty);
|
||||
po.WaitConnection();
|
||||
return true;
|
||||
} catch (const std::runtime_error &e) {
|
||||
} catch (...) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user