You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZIP: replace unused std::runtime_error("...") with an error print
We could have thrown an exception here, but it is better for library
code to be resilient and print a warning instead so that users can
rectify things without crashing their app.
Closes: #112
0 commit comments