Skip to content

Commit 7a4679b

Browse files
authored
Merge pull request #123 from maelbecel/fix/try-catch
Fix (Client): Try catch compliant windows
2 parents 7b7c7af + c26184a commit 7a4679b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/src/RType.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ namespace Exodia {
3232
try {
3333
RType::InitRType();
3434
} catch (std::exception &error) {
35+
EXODIA_CORE_ERROR("Failed to initialize RType: {0}", error.what());
3536
return nullptr;
3637
}
3738

0 commit comments

Comments
 (0)