Przeglądaj źródła

Merge pull request #258 from marianoguerra/fix-debug-format-params

fix debug format to avoid crash with custom template
pull/262/head
Fred Hebert 10 lat temu
rodzic
commit
757a4541f8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_templater.erl

+ 1
- 1
src/rebar_templater.erl Wyświetl plik

@ -328,7 +328,7 @@ prioritize_templates([{Name, Type, File} | Rest], Valid) ->
prioritize_templates(Rest, Valid);
{_, file, _} ->
?DEBUG("Skipping template ~p, due to presence of a custom "
"template at ~s~n", [File]),
"template at ~s~n", [Name, File]),
prioritize_templates(Rest, Valid)
end.

Ładowanie…
Anuluj
Zapisz