mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Tidy.
This commit is contained in:
@@ -74,7 +74,6 @@ private:
|
||||
|
||||
void OnQueueFailed() override
|
||||
{
|
||||
fmt::print("queue failed\n");
|
||||
if (_state == STATE_READING_WORKING)
|
||||
_state = STATE_READING_FAILED;
|
||||
else if (_state == STATE_WRITING_WORKING)
|
||||
|
||||
@@ -75,6 +75,11 @@ wxThread::ExitCode FluxEngineApp::Entry()
|
||||
{
|
||||
Logger() << EmergencyStopMessage();
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
Logger() << ErrorLogMessage{
|
||||
fmt::format("unhandled exception: {}\n", e.what())};
|
||||
}
|
||||
|
||||
postToUiThread(
|
||||
[&]
|
||||
|
||||
Reference in New Issue
Block a user