mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Catch all exceptions during initialization
This commit is contained in:
@@ -103,7 +103,7 @@ __cdecl
|
||||
return 1;
|
||||
break;
|
||||
};
|
||||
} catch (const std::runtime_error& error) {
|
||||
} catch (const std::exception& error) {
|
||||
std::cerr << "Error while initializing the Wine plugin host:"
|
||||
<< std::endl;
|
||||
std::cerr << error.what() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user