Skip to content

Commit

Permalink
Update except.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ploosh-alt authored Aug 16, 2024
1 parent c9aee9a commit 8fef664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/except.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void throwCompressedDataViolation() { throw Exception("compressed data violation

void throwInternalError(const char *msg) { throw InternalError(msg); }

void throwBadLoader() { throwInternalError("bad loader"); }
void throwBadLoader() { /*throwInternalError("bad loader");*/ }

void throwOutOfMemoryException(const char *msg) {
if (msg == nullptr)
Expand Down

0 comments on commit 8fef664

Please sign in to comment.