[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:09:27 -05:00
parent 315d1f1d72
commit 1fba3e129f

View File

@ -37,6 +37,7 @@
#include <boost/process/v1/args.hpp> #include <boost/process/v1/args.hpp>
#include <boost/process/v1/child.hpp> #include <boost/process/v1/child.hpp>
#include <boost/process/v1/io.hpp> #include <boost/process/v1/io.hpp>
#include <utils/windows.hpp>
namespace { namespace {
[[nodiscard]] auto decrypt(std::string_view data, std::string_view password) [[nodiscard]] auto decrypt(std::string_view data, std::string_view password)
@ -556,7 +557,7 @@ void handlers::handle_get_test(const httplib::Request &req,
} }
utils::error::raise_error( utils::error::raise_error(
function_name, e, function_name, utils::get_last_error_code();
fmt::format("failed to remove data directory|{}", data_dir)); fmt::format("failed to remove data directory|{}", data_dir));
} }