fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-10-18 15:15:27 -05:00
parent c0b0c5d397
commit c72dec6369

View File

@ -48,7 +48,7 @@ protected:
struct iostream_exception_handler final : i_exception_handler { struct iostream_exception_handler final : i_exception_handler {
void handle_error(std::string_view function_name, void handle_error(std::string_view function_name,
std::string_view msg) const override { std::string_view msg) const override {
std::cerr << function_name << '|' << msg; std::cerr << function_name << '|' << msg << std::endl;
} }
void handle_exception(std::string_view function_name) const override { void handle_exception(std::string_view function_name) const override {