Revert "fix(hotkeys): catch any further errors (#505)"
This reverts commit 64d8cafff7e2eb7e3151332a22f139f0135d82f6.
This commit is contained in:
parent
885230b7bc
commit
32e3231d60
@ -99,10 +99,6 @@ namespace Soundux
|
|||||||
{
|
{
|
||||||
Fancy::fancy.logTime().failure() << "Failed to initialize libremidi: " << e.what() << std::endl;
|
Fancy::fancy.logTime().failure() << "Failed to initialize libremidi: " << e.what() << std::endl;
|
||||||
}
|
}
|
||||||
catch (...)
|
|
||||||
{
|
|
||||||
Fancy::fancy.logTime().failure() << "Unknown libremidi exception" << std::endl;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
void Hotkeys::notify(bool state)
|
void Hotkeys::notify(bool state)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user