'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 1m45s

This commit is contained in:
Your Name
2025-06-14 16:58:11 +12:00
parent 50a9ffeaf0
commit 843af7248a
3 changed files with 26 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ bool load_config(const std::string& config_path, ServerConfig& config) {
}
}
ASSERT(config.object_store_path.empty(), "object_store_path is not empty");
// Test incremental build comment
return true;
} catch (const std::exception& e) {