diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_core.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index ba82a59..da8c3e6 100644 --- a/src/rebar_core.erl +++ b/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 |