Skip to content

Commit

Permalink
ci-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 24, 2024
1 parent 4b8181c commit c5a078d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/kvikio/shim/libcurl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class CurlHandle {
} else {
ss << "(" << msg << ")";
}
std::cout << "perform() error: " << ss.str() << " (ERROR END)" << std::endl;
throw std::runtime_error(ss.str());
}
}
Expand Down

0 comments on commit c5a078d

Please sign in to comment.