Преглед изворни кода

Log a more descriptive message

pull/3/head
Tuncer Ayaz пре 14 година
родитељ
комит
1dcf0d15dc
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      src/rebar_core.erl

+ 2
- 1
src/rebar_core.erl Прегледај датотеку

@ -85,7 +85,8 @@ process_commands([Command | Rest], ParentConfig) ->
case erlang:get(operations) of case erlang:get(operations) of
Operations -> Operations ->
%% This command didn't do anything %% This command didn't do anything
?CONSOLE("Command '~p' not understood\n", [Command]);
?CONSOLE("Command '~p' not understood or not applicable~n",
[Command]);
_ -> _ ->
ok ok
end, end,

Loading…
Откажи
Сачувај