mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Clarify X11 error message printing
This simply ignores the error and moves on.
This commit is contained in:
@@ -748,7 +748,8 @@ void Editor::handle_x11_events() noexcept {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (const std::runtime_error& error) {
|
} catch (const std::runtime_error& error) {
|
||||||
std::cerr << error.what() << std::endl;
|
std::cerr << "Error occurred while handling X11 events, continuing: "
|
||||||
|
<< error.what() << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user