Skip to content

Commit

Permalink
Update src/controller/controller.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Raul Metsma <[email protected]>
  • Loading branch information
lauris71 and metsma authored Aug 19, 2024
1 parent f0deea1 commit 9974d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void Controller::run()
// Exit directly here
disposeUI();
exit();
return;
}
onCriticalFailure(exc.what());
} catch (const std::exception& error) {
Expand Down

0 comments on commit 9974d60

Please sign in to comment.