Skip to content

Commit

Permalink
don't silently fail when loading shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jul 7, 2024
1 parent aec50f3 commit cddc923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/fcitx/addonloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ AddonInstance *SharedLibraryLoader::load(const AddonInfo &info,
info.uniqueName(),
std::make_unique<SharedLibraryFactory>(std::move(lib)));
} catch (const std::exception &e) {
FCITX_ERROR() << e.what();
}
break;
}
Expand Down

0 comments on commit cddc923

Please sign in to comment.