Skip to content

Commit

Permalink
Fix an issue on windows where exception error are not visible (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Apr 30, 2023
1 parent 83c9596 commit 501b696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ int main(int argc, char** argv)
{
f3d::log::error("F3D encountered an unexpected exception:");
f3d::log::error(ex.what());
f3d::log::waitForUser();
exit(EXIT_FAILURE);
}

Expand Down

0 comments on commit 501b696

Please sign in to comment.