瀏覽代碼

add DEBUG statement of the command sequence that'll be run

pull/814/head
Tristan Sloughter 9 年之前
父節點
當前提交
b4c840b2fd
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/rebar_core.erl

+ 1
- 0
src/rebar_core.erl 查看文件

@ -68,6 +68,7 @@ process_command(State, Command) ->
Namespace = rebar_state:namespace(State),
TargetProviders = providers:get_target_providers(Command, Providers, Namespace),
CommandProvider = providers:get_provider(Command, Providers, Namespace),
?DEBUG("Expanded command sequence to be run: ~p", [TargetProviders]),
case CommandProvider of
not_found when Command =/= do ->
case Namespace of

Loading…
取消
儲存