소스 검색

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 년 전
부모
커밋
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.

불러오는 중...
취소
저장