Selaa lähdekoodia

io_lib:format/2 will throw badarg when trying to print rebar_resource:resource() as string

pull/445/head
Stefan Grundmann 10 vuotta sitten
vanhempi
commit
b9778401c2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/rebar_fetch.erl

+ 1
- 1
src/rebar_fetch.erl Näytä tiedosto

@ -72,7 +72,7 @@ format_error({failed_extract, CachePath}) ->
format_error({bad_etag, Source}) ->
io_lib:format("MD5 Checksum comparison failed for: ~s", [Source]);
format_error({fetch_fail, Source}) ->
io_lib:format("Failed to fetch and copy dep: ~s", [Source]);
io_lib:format("Failed to fetch and copy dep: ~p", [Source]);
format_error({bad_checksum, File}) ->
io_lib:format("Checksum mismatch against tarball in ~s", [File]);
format_error({bad_registry_checksum, File}) ->

Ladataan…
Peruuta
Tallenna