Skip to content

Commit

Permalink
Merge pull request #123 from maelbecel/fix/try-catch
Browse files Browse the repository at this point in the history
Fix (Client): Try catch compliant windows
  • Loading branch information
PharaEthan authored Jan 14, 2024
2 parents 7b7c7af + c26184a commit 7a4679b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/src/RType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace Exodia {
try {
RType::InitRType();
} catch (std::exception &error) {
EXODIA_CORE_ERROR("Failed to initialize RType: {0}", error.what());
return nullptr;
}

Expand Down

0 comments on commit 7a4679b

Please sign in to comment.