소스 검색

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

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