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

Change output to use ?CONSOLE marco

pull/984/head
Serge Aleynikov пре 9 година
родитељ
комит
7b4ceecfdb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rebar_prv_state.erl

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

@ -36,7 +36,7 @@ init(State) ->
do(State) ->
L = rebar_state:to_list(State),
io:put_chars("State:\n"),
[io:format(" ~w: ~p\n", [K, V]) || {K,V} <- L],
[?CONSOLE(" ~w: ~p\n", [K, V]) || {K,V} <- L],
{ok, State}.
-spec format_error(any()) -> iolist().

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