Просмотр исходного кода

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 лет назад
Родитель
Сommit
757a4541f8
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/rebar_templater.erl

+ 1
- 1
src/rebar_templater.erl Просмотреть файл

@ -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.

Загрузка…
Отмена
Сохранить