Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Dec 1, 2024
1 parent edee63f commit 9ad4f4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/macos.mm
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ void createObjcHook(std::string_view className, std::string_view funcName, Func
{
if (auto res = geode::ObjcHook::create(className, funcName, function, &empty); res.isOk())
static_cast<void>(geode::Mod::get()->claimHook(res.unwrap()));
else
geode::log::error("Failed to create Objective C Hook '{} {}'", className, funcName);
}


Expand Down

0 comments on commit 9ad4f4e

Please sign in to comment.