fix: Errors being thrown during library init
This commit is contained in:
parent
0b5656dcc4
commit
dd9a2e1818
@ -93,6 +93,11 @@ namespace hex {
|
||||
|
||||
if (this->isLibraryPlugin()) {
|
||||
m_functions.initializeLibraryFunction();
|
||||
|
||||
log::info("Library '{}' initialized successfully", pluginName);
|
||||
|
||||
m_initialized = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user