Skip to content

Commit

Permalink
Merge branch 'WE2-479-2' of github.com:lauris71/web-eid-app into WE2-…
Browse files Browse the repository at this point in the history
…479-2
  • Loading branch information
Lauris Kaplinski committed Aug 21, 2024
2 parents f993ba2 + 9974d60 commit 36e2e9d
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 36e2e9d

Please sign in to comment.