[ui] Implement provider test button #49
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2025-04-24 07:12:36 -05:00
parent 1fba3e129f
commit b100ff75cc

View File

@ -557,7 +557,7 @@ void handlers::handle_get_test(const httplib::Request &req,
}
utils::error::raise_error(
function_name, utils::get_last_error_code();
function_name, utils::get_last_error_code(),
fmt::format("failed to remove data directory|{}", data_dir));
}