updated build system

This commit is contained in:
Scott E. Graves 2024-08-02 12:58:44 -05:00
parent 7dbaf9b8d9
commit b00b72d70f

View File

@ -507,7 +507,7 @@ auto sia_provider::is_online() const -> bool {
return false; return false;
} }
event_system::instance().raise<debug_log>(function_name, "", event_system::instance().raise<debug_log>(std::string{function_name}, "",
state_data.dump()); state_data.dump());
return true; return true;
} catch (const std::exception &e) { } catch (const std::exception &e) {