mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 22:50:13 -06:00
Add global try-catch block around main function
Add additional LDEBUG and LTRACE for debugging
This commit is contained in:
@@ -73,6 +73,7 @@ void ModuleEngine::registerModule(std::unique_ptr<OpenSpaceModule> module) {
|
||||
|
||||
LDEBUG("Registering module '" << module->name() << "'");
|
||||
module->initialize();
|
||||
LDEBUG("Registered module '" << module->name() << "'");
|
||||
_modules.push_back(std::move(module));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user