瀏覽代碼

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.

Loading…
取消
儲存