Skip to content
  • Sam Ford's avatar
    Strategy: Improve curl error message finding · 6b66ec9e
    Sam Ford authored
    The existing regex wasn't able to match errors like:
      curl: option --something: is unknown
    
    Additionally, the existing approach wouldn't capture multi-line
    errors, whereas this captures all the `curl:` lines from `stderr`.
    6b66ec9e