소스 검색

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().

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