Fixed inventory regression

This commit is contained in:
acidicoala
2025-08-29 01:25:24 +05:00
parent 09e1187ab0
commit eac7e87880
4 changed files with 17 additions and 4 deletions

View File

@@ -80,7 +80,6 @@ namespace smoke_api {
}
LOG_INFO("{} v{} | Built at '{}'", PROJECT_NAME, PROJECT_VERSION, __TIMESTAMP__);
LOG_DEBUG("Parsed config:\n{}", nlohmann::ordered_json(config::instance).dump(2));
const auto exe_path = kb::win::get_module_path(nullptr);